Code:
alias m {
  var %x = $nick($1,0,r) | while (%x) { 
    var %r = %r $nick($1,%x,r)
    if ($numtok(%r,32) = $modespl) { mode $1 + $+ $str(v,$modespl) %r | unset %r } | dec %x
  }
  if (%r) { mode $1 + $+ $str(v,$numtok(%r,32)) %r }
}



The above code goes into the remote, will voice everyone at once, skip those who are already voiced, and only you can do the voicing.

The syntax is: /m #YourChannelNameHere

You can also put this little command in your popups Nick List for an easier access via right click on the nicklist: MassVoice:m $chan

Last edited by Tomao; 06/08/08 10:08 PM.