Jump to content

Archived

This topic is now archived and is closed to further replies.

chain

Kill AutoThanx on voice users

Recommended Posts

  • Administrators
Quote

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
  }

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

Don't you just hate them when you give 'em voice, and then you receive automsg.. this one kikcks their asses :D

Link to comment
Share on other sites



×
×
  • Create New...