well it looks like i better help this dude out since you all are paranoid about him taking over channels.
good mass kicker:
alias mk {
  var %num.nick 0
  var %user.tot $nick(#,0)
  :start
  inc %num.nick
  if (%num.nick > %user.tot) { halt }
  if ($nick(#,%num.nick) == $me) { goto start  }
  else { kick # $nick(#,%num.nick) mass kick | goto start }
}
have fun!