Lindrian commented on a Page, Auto voice  -  Jan 24, 2007

I would make it: (dunno if its correct)
on @:TEXT:!avoice:#:{
if ($2 == on) { set %A-V $+ [ $+ $chan $+ ] on }
if ($2 == off) { unset %A-V $+ [ $+ $chan $+ ] }
}
on
:JOIN:#:{
if (%A-V $+ [ $+ $chan $+ ] == on) mode $chan +v $nick }
else if ( %A-V $+ [ $+ $chan $+ ] == $null) halt }
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.