Jethro commented on a Page, Highlight Script  -  Jul 02, 2010

rayrayray, change this bit:> on :TEXT::*: {
if (NICK isin $strip($1-)) || ($me isin $strip($1)) {
to this one:

on $*:text:$(/(\s\Q $+ $me $+ \E\b)|(\s\Q $+ $anick $+ \E)|(\s\Q $+ nick3 $+ \E)|(\s\Q $+ nick4 $+ \E)|(\s\Q $+ nick5 $+ \E)\b/iS):#:{
  beep 3
  window @Highlight
  echo -t @Highlight $fulldate $+ : $nick has highlighted you on $chan with the message: $1-
  echo $chan $1-
  inc %hl
}
alias hl {
  beep 1
  window @Highlight 
  echo -t @Highlight You have been higlighted 4 %hl times
  echo -t @Highlight Ranks: 0-1:Social Loser. -=- 1-10: You have some freinds. -=- 10-50: Your getting popular.
  echo -t @Highlight Ranks cont.: 50-100: Social Genie-ass. -=- 100-250:Everyone Loves You. -=- 250-500+: The World is on your side.
}

Same deal: change Nick3, nick4, and nick5 to the actual 3 nicks you have.

 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.