Jethro commented on a Page, Highlighting Script  -  Jan 16, 2011

You should use an alias like this for the highlighter so you don't make two repeated routines for both action and text:

ON *:text:*:#:highlighter $1-
ON *action:*:#:highlighter $1-
alias -l highlighter {
  if ($regex($1-,/\Q $+ $me $+ \E\b/iS)) {
  ;the rest of code goes 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.