i have trouble
i am using 1 script that is only supports mirc 6.03 (in newer it becomes buggy)

and i am trying to prevent some things to be written but as i tested mirc 6.03 it seems that mirc 6.03 tottaly ignores ON INPUT event no matter is it defined to work in channel, query or in any window... i made this:

on *:input:*:{
if ($1 == /crap) {
haltdef
//echo -a this command is not supported }
halt
}

but instead "this command is not supported"
i get this by server which mirc SHOULD stop

(05:15) CRAP Unknown command

so i ask advanced coders here is there another way to block things like this (input) by not using input... or to force mirc to do itz job ?

because of script stability i dont intend to use newer versions