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
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
mIRC Snippet:
Custom Notice Window
Posted on Apr 15, 2008 8:18 am
Posted on Apr 15, 2008 8:18 am
/help $istok
mIRC Snippet:
Custom Notice Window
Posted on Apr 15, 2008 12:14 pm
Posted on Apr 15, 2008 12:14 pm
Or you can use if ($nick iswm *serv)
mIRC Snippet:
Custom Notice Window
Posted on Apr 15, 2008 12:19 pm
Posted on Apr 15, 2008 12:19 pm
But if ($nick == Global) is one of the options.
mIRC Snippet:
Custom Notice Window
Posted on Apr 15, 2008 12:40 pm
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. =)
mIRC Snippet:
Custom Notice Window
Posted on Apr 15, 2008 12:48 pm
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.
mIRC Snippet:
Custom Notice Window
Posted on Apr 15, 2008 9:59 pm
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
mIRC Snippet:
Custom Notice Window
Posted on Apr 16, 2008 12:21 am
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)
mIRC Snippet:
Custom Notice Window
Posted on Jun 11, 2008 6:19 pm
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.
Might make it a bit easier as some notices are quite long. Just an idea.





