Op/Voice Thanks Code

By SeiferAlmasy on Mar 26, 2004

Op/Voice Thanks Code: Put this in remotes

on *:Op:#:{ 
  if ($opnick == $me) { inc %oped | msg $chan ( Thanks For The Op $nick ) ( Op Number %oped ) }
  if ($opnick == $me) { //echo -a $nick $nick Opped You In $chan
  } 
  else { halt } 
}

on *:voice:#:{ 
  if ($vnick == $me) { inc %Voped | /msg $chan ( Thanks For The Voice $nick ) ( VoicE NumbA %voped ) } 
  if ($vnick == $me) { //echo -a $nick Voiced you in $chan
  }
  else { halt }
}

Comments

Sign in to comment.
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.