yep all good maybe you can tell me why this does not work?


on @*:text:!op*:#:{ if $nick isop # { if $nick(#,$2,a,o) { mode # +o $2 } } else notice $nick Sorry, you can't use this command}
on @*:text:!deop*:#:{ if $nick isop # { if $nick(#,$2,a,o) { mode # -o $2 } } else notice $nick Sorry, you can't use this command}
on @*:text:!voice*:#:{ if $nick isop # { if $nick(#,$2,a,o) { mode # +v $2 } } else notice $nick Sorry, you can't use this command}
on @*:text:!devoice*:#:{ if $nick isop # { if $nick(#,$2,a,o) { mode # -v $2 } } else notice $nick Sorry, you can't use this command}


When the bot op`s it deops voices and devices instead of doing it on comand it does them all at once. I know its something stupid but i cant see what i have done.

Last edited by Crosz; 03/03/05 02:02 AM.