I have a simple bot in my chan guarding it
and basicaly I have 3 levels affected with commands (10, 20 and 1000)
to stop channel advertising I used this
on *:text:#*:#:{ if ($level($fulladdress) <= 9) { .ban -k $chan $nick 2 ban_message } }
but for some reason it only works if i remove the if statement
(no level checkup), but then its pointless...
I just want non level users to be banned and this doesn't work
for some weird reason...
I tried even with just <
any help ?