Devoice on auto thank msg

By ch1zra on Feb 22, 2005

i hate ppl who use auto thanx msgs on voice/op...

so, i made this :D

on *:VOICE:#:{ 
  if ($nick == $me) {
    set -u5 %autothnx 1
  }
}

on *:text:*:#: { 
  if (%autothnx) &&  ($me isin $1-) {
    notice $nick Turn autothanx off 
    mode $chan -v $nick
  }
}

Comments

Sign in to comment.
Yoinx   -  Mar 01, 2005

set -u5 $+(%,autothank.,$vnick) that makes it more specific.

 Respond  
StonedStoner   -  Feb 28, 2005

wheres the op part and if someone just happens to say ur nick after u voice someone u devoice them u should make it more specific on the $vnick

 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.