Top

Highlight notifier

Please Register to submit score.
Average Score  8.7
Scores Submitted  3
Date Added  Aug 23, 2007
Last Updated  Aug 23, 2007
Tags  highlight  notify 

Introduction

Yes, I know this sort of snippets has been done a few million times, but I came up with the idea to use the original mirc.ini file as a source! Basically, you add your nicknames to the mirc highlight list, and thats it!
This script will show the prefix of the user in the channel you were highlighted in (If it was a channel), else no prefix. It will say if it was a query or channel window, and which window aswell. It will also say what network it was on, incase you scoop over more then 1 network on your client.
Example of the output:
13:38:18 • • Lindrian` highlighted you on DaIRC at #testing: Hey Lindrian, this is a test.

Enjoy!

Grab the Code

Comments

  (7)  RSS
Lindrian
Comments: 693
 
mIRC Snippet:  Highlight notifier
Posted on Aug 23, 2007 4:31 pm
Ugh, someone has to have something to say =X
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Highlight notifier
Posted on Aug 23, 2007 5:00 pm
The coding is wonderful and it works fine. Could you perhaps make an option to add a nick? Such as:

alias addhighlight {
writeini -n mirc.ini highlight n $1-
}
Lindrian
Comments: 693
 
mIRC Snippet:  Highlight notifier
Posted on Aug 24, 2007 1:35 am
I dont really think thats needed buddy.
Alt + o -> IRC -> Highlight
Add as many nicks you want there, with flashing, highlight color and what so ever!
kerstt
Comments: 64
 
mIRC Snippet:  Highlight notifier
Posted on Aug 24, 2007 3:28 pm
what about notices? :)
kerstt
Comments: 64
 
mIRC Snippet:  Highlight notifier
Posted on Aug 24, 2007 3:29 pm
and memos:P
Lindrian
Comments: 693
 
mIRC Snippet:  Highlight notifier
Posted on Aug 24, 2007 5:01 pm
You don't get highlighted when reciving a "notice" nor a "memo" :P.
Or do you?
You got me confused there buddy XD.
RagBot
Comments: 35
 
mIRC Snippet:  Highlight notifier
Posted on Jun 30, 2008 6:41 pm
if mIRC supports it then it will highlight , the star in the code is everything
Code:
on *:TEXT:*:*: {

Quote:
first star: all levels
second star: all text
third star: all windows

i think that's what it means ^

Good word too! 9/10
one question: in Alt+O -> IRC -> Highlights
i can't find the Highlights part

Please Register or Login to start posting comments.
Bottom