Top

Highlight Script (now with ignore list)

Please Register to submit score.
Average Score  5.5
Scores Submitted  2
Date Added  May 12, 2008
Last Updated  Jun 21, 2008
Tags  highlight  ignore  list  mirc  remotes 

Introduction

Replace <Your Highlight> with what you want highlighted, e.g.:

Quote:
<Your Highlight> to Vaseline


This opens a little window with the highlight and gives you an option to reply!

Now includes ignore list: Replace <list of nick's/bots to ignore> with the list

Grab the Code

Comments

  (6)  RSS
Xlbrag
Comments: 4
 
mIRC Snippet:  Highlight Script (now with ignore list)
Posted on Jun 18, 2008 4:27 am
hiya vas.

Im going to try this as it looks like what I been looking for! I'll let ya know what I think later...

Xlbrag
Xlbrag
Comments: 4
 
mIRC Snippet:  Highlight Script (now with ignore list)
Posted on Jun 18, 2008 5:08 pm
hiya again vas,

Tis cool and works. very nice. i'd like to see it ignore botserv bots when greet, but i have no clue how to.

Xlbrag
vaseline28
Comments: 115
 
mIRC Snippet:  Highlight Script (now with ignore list)
Posted on Jun 20, 2008 9:44 am
I don't think there would be a way to do that on Caelestia(My Network) as the bot is in the channel, if you want that, try adding this line:

Quote:
on *:text:*nick*:*: {
var %ignorenick <list of nick's/bots to ignore>
var %chan $chan
if ($chan == $null) var %Chan PM
set %nick $nick
if ($nick !isin %ignorenick) {
/window -ek0 +ts @highlight -1 -1 700 125 /ReplyHighlight
/aline -h 4 @highlight $timestamp $nick highlighted you on %chan
/aline -h 5 @highlight < $nick > $1-
}
}
alias ReplyHighlight {
/aline -i 14 @highlight My reply: $1-
.notice %nick $1-
}


Replacing <ignore nick/bot> with a list.
vaseline28
Comments: 115
 
mIRC Snippet:  Highlight Script (now with ignore list)
Posted on Jun 21, 2008 3:58 am
Now includes an ignore list.
Xlbrag
Comments: 4
 
mIRC Snippet:  Highlight Script (now with ignore list)
Posted on Jun 21, 2008 3:43 pm
Vas, the changes worked perfectly!!
now it fits my needs, thanks a TON!
Xlbrag
btw, totally worth the 8!
a careful warchild
Comments: 16
 
mIRC Snippet:  Highlight Script (now with ignore list)
Posted on Jul 3, 2008 4:07 am
you might want to incorporate it so it works when people say your nick with colour

on *:text:*nick*:*: {

replace that with

on $*:text:$(/ $+ $me $+ /iS):#: {

Please Register or Login to start posting comments.
Bottom