guest598594 commented on a Page, Op Thanker  -  Sep 30, 2007
on *:RAWMODE:#:{
  if ($me isin $2) {
    if (+q isin $1) inc %cf | msg $chan Thanks for the ~ $nick $+ ! That\'s number: %cf $+ .
    if (+a isin $1) inc %sop | msg $chan Thanks for the & $nick $+ ! That\'s number: %sop $+ .
    if (+o isin $1) inc %aop | msg $chan Thanks for the @ $nick $+ ! That\'s number: %aop $+ .
    if (+h isin $1) inc %hop | msg $chan Thanks for the % $nick $+ ! That\'s number: %hop $+ .
    if (+v isin $1) inc %vop | msg $chan Thanks for the + $nick $+ ! That\'s number: %vop $+ .
    if (-q isin $1) inc %dcf | msg $chan Don\'t take my ~ $nick $+ ! That\'s number: %dcf $+ .
    if (-a isin $1) inc %dsop | msg $chan Don\'t take my & $nick $+ ! That\'s number: %dsop $+ .
    if (-o isin $1) inc %daop | msg $chan Don\'t take my @ $nick $+ ! That\'s number: %daop $+ .
    if (-h isin $1) inc %dhop | msg $chan Don\'t take my % $nick $+ ! That\'s number: %dhop $+ .
    if (-v isin $1) inc %dvop | msg $chan Don\'t take my + $nick $+ ! That\'s number: %dvop $+ .
  }
  halt
}

you dont need halt and if ($me isin $2) every line ;)

 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.