Top

Highlight Script


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  3.0 (of 2 scores)
Date Added  Jun 22, 2008
Last Updated  Jun 22, 2008
Tags  counter  highlight  ragbot  script 

Introduction

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!

Grab the Code

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

  (3)  RSS
jonesy44
Comments: 1,856
 
mIRC Snippet:  Highlight Script
Posted on Jun 22, 2008 6:08 pm
0+ = social loser .. You're on irc ffs !
Jamiie
Comments: 167
 
mIRC Snippet:  Highlight Script
Posted on Jun 22, 2008 9:55 pm
Decent, I suppose it doesn't log the highlights if the window is closed. >_<

3/10
RagBot
Comments: 41
 
mIRC Snippet:  Highlight Script
Posted on Jun 25, 2008 6:19 pm
don't take it so serious jonsey :p

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom