Im such a stupid guy! var %i = %nick_($1,0) <- that space doesnt exist! :P That was causing the excess flood

Try this code, it will work when you join a channel
Code:
raw 366:*: {
  var %i = $nick($2,0)
  while (%i) {
    if ($nick($2,%i) isop $2) { cline 12 $2 $nick($2,%i) }
    if ($nick($2,%i) isvoice $2) { cline 3 $2 $nick($2,%i) }
    dec %i
  }
}
Sorry for the mistake!

Zyzzy smile


"All we are saying is give peace a chance" -- John Lennon