Top

Custom Notice Window

+ 0 likes
Please Register to submit score.
Average Score  4.0
Scores Submitted  2
Date Added  Apr 15, 2008
Last Updated  Apr 15, 2008
Tags  colors  custom  mirc  notice  remote  window  windows 

Introduction

This will filter all the notices you receive (Service, Server and User) into one window with a color assigned to each type of notice.

Paste this into your Remotes section of Script Editor. Note that first time use you have to type /window -a @notices to open the window, but after that it will open whenever you connect to a server.

Blue for User, Green for Server, and Red for Service. Enjoy :)

By the way, if you want to reach me, I'm usually connected to irc.purplesurge.com as user Syntax. Feel free to visit me :D

Grab the Code

Comments

  (8)  RSS
mountaindew
Comments: 1,523
 
mIRC Snippet:  Custom Notice Window
Posted on Apr 15, 2008 8:18 am
/help $istok
Yellowcard
Comments: 2
 
mIRC Snippet:  Custom Notice Window
Posted on Apr 15, 2008 12:14 pm
Or you can use if ($nick iswm *serv)
mountaindew
Comments: 1,523
 
mIRC Snippet:  Custom Notice Window
Posted on Apr 15, 2008 12:19 pm
But if ($nick == Global) is one of the options.
xDaeMoN
Comments: 696
 
mIRC Snippet:  Custom Notice Window
Posted on Apr 15, 2008 12:40 pm
using iswm like Yellowcard pointed would be the simpliest yet not accurate since any nick can simply put \"serv\" at the end of their name. Using $istok would be best. You can also ELSE statement with the use of $iif in your ON Notice event. =)
xDaeMoN
Comments: 696
 
mIRC Snippet:  Custom Notice Window
Posted on Apr 15, 2008 12:48 pm
* You can also REMOVE the ELSE statement with the use of $iif in your ON Notice event.
Yellowcard
Comments: 2
 
mIRC Snippet:  Custom Notice Window
Posted on Apr 15, 2008 9:59 pm
Actually, my method would be 85+% accurate. Even though anyone could indeed put serv at the end of their nick, the chances of this are slim as many people like to have their own type of nick. And if someone new about this, it isn\'t REALLY vital to change the script, after all, it is just a notice. Being pesky? we have /ignore
Purgatory
Comments: 2
 
mIRC Snippet:  Custom Notice Window
Posted on Apr 16, 2008 12:21 am
Even if someone were to use some name ending in serv, all that would happen is the color of the notice would change (assuming I changed the script to do what Yellowcard suggested)
DarkNES
Comments: 11
 
mIRC Snippet:  Custom Notice Window
Posted on Jun 11, 2008 6:19 pm
I suggest changing the alines to this: aline -p COLOR @notices TEXT

Might make it a bit easier as some notices are quite long. Just an idea.

Please Register or Login to start posting comments.
Bottom