Thanks your the mann

Your quite hardcore at this
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
}
}