Can anyone tell me whats wrong with this script? Its supose to kick and ban anyone who idles on channel and is not level 11 or 10 in remote.ini!!!!


on me:*:JOIN:#channel: .timer 0 5 CheckIdlers

alias CheckIdlers {
if ($ulevel != 10) || ($ulevel != 11) {
if ($nick(%chan,%a,r).idle > 20) { ban -ku300 %chan $nick(%chan,%a,r) 2 ยง5 Please do not idle. Return in a while if you need help or want to help }
dec %a
}
}


if ($me != geek) { $life is $false }
else { $life is $true }
NoPleX