slacker commented on a Page, simple thanks  -  Feb 21, 2009

dashh Said:

alias test {
if ( ( $me = $2 ) && ( $me != $nick ) ) {

if ( $1 isincs +q +a +o +h +v ) {
;- or ;-- $istok( +q +a +o +h +v,$1,32) if u want. <--
inc %lol. [ $+ [ $v1 ] ]
echo -a * thanks to $v1 $nick =)
}
}
}

=) dont need anymore.

well you could use regex as well

on *:rawmode:#: { 
  if ($me == $2 && $nick != $me && $regex($1,/[+-][qaohv])) { 
    inc $+(%,lol,.,$1) 
    msg # * thanks for $1 $nick =) $+([,$ord($($+(%,lol,.,$1),2)),$chr(32),$1,])
  } 
}
 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.