It's not working because the kick command doesn't support multiple nicks...

Code:
menu nicklist {
  Select Kick:mkick # $snicks
}

alias mkick {
  if ($me !isop $1) return
  var %i = 1
  while ($gettok($2,%i,44) != $null) {
    if ($v1 != $me) [color:red]kick $1 $v1[/color]
    inc %i
  }
}


~ Edit ~

You may want to put a timer on the kicks
to prevent being flooded off of the server...

.timer 1 %i kick $1 $v1


Hey I'm 1 post away from kicking this monkey off my back :tongue:
Then I'll just have an old hand, but that's just from overuse.

Last edited by mIRCManiac; 14/04/06 04:02 PM.