Ok, now, how would I change:

Code:
/moding {
  var %mode.nix = $nick(#,0,r)
  while (%mode.nix > 0) {
    if ($address($nick(#,%mode.nix,r),9) isavoice #) { mode # +v $nick(#,%mode.nix,r) }
    dec %mode.nix
  }
}


to use the $modespl so that I dont send a ton of /mode # commands?


Those who fail history are doomed to repeat it