Ghost-writer commented on a Page, Highlight logger  -  Nov 19, 2009

on $*:text:/\b/Si:#:{
  tokenize 32 $strip($1-) {

You do not to use that at all, And dont use | in a short code like this, it will miss up comments and slow the snippet down, | are never good, i dont want scroll sidways.

on $*:text:/\b/Si:#:{
  tokenize 32 $strip($1-) {
    if ($me isin $1-) {
      window -De @highlights 
echo @highlights $timestamp $nick has highlighted you in $chan on $network with the message: $1
    }
  }
}

Now if you dont want to stop ALL other text events you could do somthing like

on $*:text:*$( $+ $me $+ )*:#: {
...

That will trigger when somone says your name :).

 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.