I feel like a tol noob for askin this but anyway;
on *:TEXT:*:#: {
var %x = $numtok($1-,32)
var %y = 1
while (%y <= %x) {
if ($gettok($1-,%y,32) isin %g) { sockwrite -n $chan kick $chan $nick }
inc %y
}
}
right i made that code so its supposed too.. scan every $1, $2, $3, $4 in a sentence etc, then kick if it finds that in g, so say i set %g to gazzy blah blah, and they say gazzy itll kick but if they say anything else like hi! itll just freeze my mirc any ideas? lol