Nick Controll
mIRC Code
+ 1 likes
Please Register to submit score.
| Average Score | 8.7 (of 3 scores) |
| Date Added | Jul 04, 2007 |
| Last Updated | Aug 23, 2007 |
| Tags | change controll guest nick |
Introduction
In the "Remotes" section the on Connect event activates a timer. The timer checks your nick every 10 seconds to see if it has changed and fixes it back if needed. Of course you could change the 10 to check more or less often. This is in seconds.
This is a quite simple script that I personally find very usefull. I hate coming back after a netsplit and seeing my nick as Guest1234 because I couldn't identify for whatever reason. Never again!
mIRC Snippet:
Nick Controll
Posted on Jul 5, 2007 4:01 pm
Posted on Jul 5, 2007 4:01 pm
Nice script Tony...Adds it to remotes =)
mIRC Snippet:
Nick Controll
Posted on Jan 30, 2008 3:52 am
Posted on Jan 30, 2008 3:52 am
oh perfect for me! *adds it too*
mIRC Snippet:
Nick Controll
Posted on Jan 30, 2008 5:21 am
Posted on Jan 30, 2008 5:21 am
very very nice.. simple code, non complex.. perfect :)
mIRC Snippet:
Nick Controll
Posted on May 9, 2009 5:59 am
Posted on May 9, 2009 5:59 am
great script , used to manually disconnect and connect (have perform all those) but never knew if i was offline or not , thanks
but if I have only one nick , what is the best to do , with nick2 nick3 ?
but if I have only one nick , what is the best to do , with nick2 nick3 ?
mIRC Snippet:
Nick Controll
Posted on Oct 25, 2009 5:42 pm
Posted on Oct 25, 2009 5:42 pm
If you only use 1 nick then change the line to this:
if ($me != Nick1) {
Easy fix
MyWebs
if ($me != Nick1) {
Easy fix
MyWebs
mIRC Snippet:
Nick Controll
Posted on Oct 25, 2009 6:38 pm
Posted on Oct 25, 2009 6:38 pm
When dealing with multiple nicknames, you could use:
This will negate all of them. (with a space between each added)
| Code: |
| if (!$istok(nick1 nick2 nick3,$me,32)) { |








