Quote:
Code:
alias voiceall {
  var %x = 1
  while (%x <= $nick($1,0)) {
    if ($nick($1,%x) !isvo $1) mode $chan +v $nick($1,%x)
    inc %x
  }
}

On @*:Join:#: {
  voiceall $chan
}


*When someone joins the channel all users who aren't voiced will be.
*Or type /voiceall <#Channel> to voice all who aren't.

-Andy



It doesn't seem to work..... its in remotes