hello anyone any idea why this code will not kick for away flood emto?
raw 822:*: {
if ($nick == $me) halt
if ($nick isop #) { halt }
var %tok = $numtok($1-,32)
while (%tok) {
if ($len($gettok($1-,%tok,32)) > 20) {
kick # $nick No emoticon flooding please!
halt
}
dec %tok
}
}
Thanks
:)