a voice and devoice on text

By Chase on May 15, 2007

a voice and devoice in text load in remotes

On @*:Text:-v:#your channel: {
  if ($nick isop $chan) { halt }
  mode $chan -v $nick
}

On @*:Text:+v:#your channel: {
  if ($nick isop $chan) { halt }
  mode $chan +v $nick
}

on *:JOIN:#your channel: timer 1 5 notice $nick Type -v for no voice and +v for voice

Comments

Sign in to comment.
guest598594   -  Dec 15, 2007

rather than halting, just do if ($nick !isop $chan) mode $chan -v $v1

 Respond  
Lindrian   -  May 24, 2007

Yes, there are.

on !*:JOIN:#: {

the ! prevents it from being used when you join yourself....

 Respond  
Shadow Clash   -  May 24, 2007

One thing, add a ! in front of *:join:
so it doesn\'t message the script owner when they join

Idiot, there is no event called !join

 Respond  
cantseeme   -  May 22, 2007

Not a bad script:
One thing, add a ! in front of *:join:
so it doesn\'t message the script owner when they join

 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.