Originally Posted By: RusselB
Since a person can not join a channel already voiced, I recommend using this instead.
Code:
on @*:voice:#: {
  if ($vnick == that_person) {
    mode $chan -v $vnick
  }
}



Doesn't seem to be working. The nick is definitely correct.

Edit: It works if I take out the @

Thanks smile

Oh, is there a way I can apply it to the hostmask?

Last edited by Drai; 13/09/09 05:51 AM.