Bit Useless....
Posted by CyraX
Friday, October 22, 2004
Description: Hmm A Stupid Thing
Well its a bit stupid... but it encodes whatever you type and replaces your text with the encoded version of your text. You can simply get around it by typing the actual command "/msg #Script Blah"
Whatever....
on *:Input:*:{
if ($left($1-,1) == /) { $1- | Halt }
msg $chan $encode($1-,m)h
halt
}
Well its a bit stupid... but it encodes whatever you type and replaces your text with the encoded version of your text. You can simply get around it by typing the actual command "/msg #Script Blah"
Whatever....