Not working, I am and op and so is the bot.
Also note I have this in an on text event.

this is what I have used:

Code:
if ($1 == .banall) { var %i = 1, %n, %- $nick(#raku,0,a,o)
      while ($nick(#raku,%i,a,o)) {
        %n = %n $v1
        if (%i = %-) || ($numtok(%n,32) == $modespl) {
          mode #raku $+(+,$str(b,$v1)) $address(%n,2)
          %n = ""
        }
        inc %i
      }
    }

EDIT: Shouldn't there be a space where the $+ and the start of the brackets are?

Last edited by Starasdsd; 18/01/12 04:26 AM.