Highlight Script (now with ignore list)

By vaseline28 on May 12, 2008

Replace with what you want highlighted, e.g.:

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

on *:text:*<Your Highlight>*:*: {
 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-
}

Comments

Sign in to comment.
a13x   -  Oct 27, 2008

dw

 Respond  
a careful warchild   -  Jul 03, 2008

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):#: {

 Respond  
Xlbrag   -  Jun 21, 2008

Vas, the changes worked perfectly!!
now it fits my needs, thanks a TON!
Xlbrag
btw, totally worth the 8!

 Respond  
vaseline28   -  Jun 21, 2008

Now includes an ignore list.

 Respond  
vaseline28   -  Jun 20, 2008

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:

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.

 Respond  
Xlbrag   -  Jun 18, 2008

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

 Respond  
Xlbrag   -  Jun 18, 2008

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

 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.