Highlight Script

By RagBot on Jun 22, 2008

This is a 100 day script (100th day of owning mIRC), it's not the best script ever, but with me it's the greatest i can do :p. anyways this has been a good practise script that can have a few things changed.
Change NICK to what people call you (Eg: people call me rag for short, so i would put rag)
and you can change how many beeps there are so it can be personalized a bit.

ENJOY!

on *:TEXT:*:*: {
  if (NICK isin $strip($1-)) || ($me isin $strip($1)) {
    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.
}

Comments

Sign in to comment.
Jethro   -  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  
rayrayray   -  Jul 02, 2010

Okay i need one for me, because i use 3 nicks can anyone re-wright it and post it me in mail, i would thank you ever so much

i need it so when people say any of my names it will highlight me on a pop up near my time on the bottom of the screen and open a new window on my mirc so i can see what the person said what channel and who it was

 Respond  
RagBot   -  Jun 25, 2008

don\'t take it so serious jonsey :p

 Respond  
Jamiie   -  Jun 22, 2008

Decent, I suppose it doesn\'t log the highlights if the window is closed. >_<

3/10

 Respond  
Jonesy44   -  Jun 22, 2008

0+ = social loser .. You\'re on irc ffs !

 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.