Jethro commented on a Page, Simple Highlight  -  Nov 19, 2010

SunnyD, I'd not use $wildtok...you should use $istok with a simple while loop like so:

on *:text:*:#:highcheck $1-
on *:action:*:#:highcheck $1-
alias -l highcheck {
if $istok($strip($1-),$me,32) { 
     ;custom window and highlights here
    }
}
 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.