lo all
i wrote a small script that helps me replacing stuff:

Code:
 
on *:INPUT:*:{
  if ($strip($1-,burck) == brb) { msg $active $chr(3) $+ be right back | halt }
[many more]
} 


so the thing is when i write "brb" theres displayed "be right back" like shown above

but i want to do:
bla bla brb bla bla, but when i do it, brb will not be replaced with the script stuff
is there a way to do this?


Greets Janus