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
| 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
mIRC Snippet:
Highlight Script (now with ignore list)
Posted on Jun 18, 2008 4:27 am
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
Im going to try this as it looks like what I been looking for! I'll let ya know what I think later...
Xlbrag
mIRC Snippet:
Highlight Script (now with ignore list)
Posted on Jun 18, 2008 5:08 pm
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
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
mIRC Snippet:
Highlight Script (now with ignore list)
Posted on Jun 20, 2008 9:44 am
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:
Replacing <ignore nick/bot> with a list.
| 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.
mIRC Snippet:
Highlight Script (now with ignore list)
Posted on Jun 21, 2008 3:58 am
Posted on Jun 21, 2008 3:58 am
Now includes an ignore list.
mIRC Snippet:
Highlight Script (now with ignore list)
Posted on Jun 21, 2008 3:43 pm
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!
now it fits my needs, thanks a TON!
Xlbrag
btw, totally worth the 8!
mIRC Snippet:
Highlight Script (now with ignore list)
Posted on Jul 3, 2008 4:07 am
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):#: {
on *:text:*nick*:*: {
replace that with
on $*:text:$(/ $+ $me $+ /iS):#: {




