Sorasyn commented on a Page, Simple Highlight  -  Nov 21, 2010

Consider this my 2 cents in a solution or workaround. :P

To detect tokens that start with your nick and any characters following: Eg. SunnyD! or SunnyDD -- I realize it has its weaknesses but for people who don't understand $regex() like some do, it can serve as a sufficient substitute.

$wildtok($1-,$+($me,*),1,32)

or to detect any token that matches your current nick. EG. SunnyD

$wildtok($1-,$me,1,32)

Alas this version works the same as any other token identifier.

 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.