Thanks your the mann cool

Your quite hardcore at this wink

And if i only want them to get banned for 300 seconds i'll just insert -u300 right?

Like so:

alias CheckIdlers {
var %chan = #needhelp
if ($me !isop %chan) { echo -a You are not oped on %chan | return }
var %a = $nick(%chan,0,r)
while (%a) {
if ($nick(%chan,%a,r).idle > 600) { ban -u300 -k %chan $nick(%chan,%a,r) 2 Please do not idle on #needhelp, come back later if you got any questions }
dec %a
}
}

Last edited by NoPleX; 29/05/04 01:33 PM.