Weird, this worked
on *:TEXT:$($+(*,$nick,*)):#:echo -a $1-

but this did not
on *:TEXT:$($nick):#:echo -a $1-

this worked
on *:TEXT:$($+(*,#,*)):#:echo -a $1-

but this did not
on *:TEXT:$(#):#:echo -a $1-

same results using $chan instead of # on last two

~ Edit ~
this worked
on *:TEXT:$($iif($nick == $nick,$1-)):#:echo -a $1-

this worked
on *:TEXT:$($iif(# == #,$1-)):#:echo -a $1-

Last edited by mIRCManiac; 06/04/05 12:52 PM.