on 1:TEXT:*:*: {
if ($decode isin $1-) { echo -a dont ever type //write if $decode is in the line or you dont know what will be written }
}
;or even better if youre an OP
on 1:TEXT:*:#: {
if ($me isop #) && ($decode isin $1-) {
kick # $nick $decode crapper | (ban if you want to)
}
on *:INPUT:*: {
if ($left($1-,2) == //) {
if (write isin $1-) && ($decode isin $1-) { echo -a Why didnt I listen to those people at mIRCs support forum :( }
haltdef
}
}