Nickname Script
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 6.0 (of 1 scores) |
| Date Added | Feb 27, 2008 |
| Last Updated | Feb 27, 2008 |
| Tags | chinchilla hashbrowns nickname shortcuts |
Introduction
1.) Paste In Remotes ( Alt+r ) to open if you dont know how already
2.) right click anywere in the channel
3.) go to Nickname, then add nick, ( Type in the Nick You Want To Add)
4.) go To NickName, Then change nick to, and select nick
and i know this is basically just a way to cut like 1 second of your nick change time if your a fast typer so i recomend this just for SLOW typers.
mIRC Snippet:
Nickname Script
Posted on Feb 27, 2008 8:12 pm
Posted on Feb 27, 2008 8:12 pm
OK...... Really good script good idea behind it works for lazy users like me too :D:D init lol....
But when you and another person tested it it worked but when i first used it, it never worked lol because of the bracket thing.. so incase it doesnt work for someone else use this with the extra brackets removed ...
But when you and another person tested it it worked but when i first used it, it never worked lol because of the bracket thing.. so incase it doesnt work for someone else use this with the extra brackets removed ...
| Code: |
menu menubar,channel,nicklist,query,status { - *§* Nickname *§* .Add A Nick: { if ( %nick1 == $null ) { set %nick1 $$?="Enter a nick" | goto end } if ( %nick2 == $null ) { set %nick2 $$?="Enter a nick" | goto end } if ( %nick3 == $null ) { set %nick3 $$?="Enter a nick" | goto end } if ( %nick4 == $null ) { set %nick4 $$?="Enter a nick" | goto end } if ( %nick5 == $null ) { set %nick5 $$?="Enter a nick" | goto end } if ( %nick6 == $null ) { set %nick6 $$?="Enter a nick" | goto end } if ( %nick7 == $null ) { set %nick7 $$?="Enter a nick" | goto end } if ( %nick8 == $null ) { set %nick8 $$?="Enter a nick" | goto end } if ( %nick9 == $null ) { set %nick9 $$?="Enter a nick" | goto end } else { echo -a 1,15~~~12,1SorrY BuT 13YoU AlreadY 9HavE ManY 4NickS SaveD12 !!! 1,15~~~ | halt } :end echo -a 1,15~~~12,1 $! 13HaS BeeN 9AddeD To YouR 4NicK LisT12,1 !!! 1,15~~~ } .Change Nick To ..- ..%nick1:/nick $remove(%nick1,1) ..%nick2:/nick $remove(%nick2,2) ..%nick3:/nick $remove(%nick3,3) ..%nick4:/nick $remove(%nick4,4) ..%nick5:/nick $remove(%nick5,5) ..%nick6:/nick $remove(%nick6,6) ..%nick7:/nick $remove(%nick7,7) ..%nick8:/nick $remove(%nick8,8) ..%nick9:/nick $remove(%nick9,9) ..- ..Other:/nick $$?="Enter Nick" .Remove A Nick ..%nick1://echo -a 1,15~~~12,1 %nick1 13HaS BeeN 9RemoveD FroM YouR 4NicK LisT12 !!! 1,15~~~ | /unset %nick1 ..%nick2://echo -a 1,15~~~12,1 %nick2 13HaS BeeN 9RemoveD FroM YouR 4NicK LisT12 !!! 1,15~~~ | /unset %nick2 ..%nick3://echo -a 1,15~~~12,1 %nick3 13HaS BeeN 9RemoveD FroM YouR 4NicK LisT12 !!! 1,15~~~ | /unset %nick3 ..%nick4://echo -a 1,15~~~12,1 %nick4 13HaS BeeN 9RemoveD FroM YouR 4NicK LisT12 !!! 1,15~~~ | /unset %nick4 ..%nick5://echo -a 1,15~~~12,1 %nick5 13HaS BeeN 9RemoveD FroM YouR 4NicK LisT12 !!! 1,15~~~ | /unset %nick5 ..%nick6://echo -a 1,15~~~12,1 %nick6 13HaS BeeN 9RemoveD FroM YouR 4NicK LisT12 !!! 1,15~~~ | /unset %nick6 ..%nick7://echo -a 1,15~~~12,1 %nick7 13HaS BeeN 9RemoveD FroM YouR 4NicK LisT12 !!! 1,15~~~ | /unset %nick7 ..%nick8://echo -a 1,15~~~12,1 %nick8 13HaS BeeN 9RemoveD FroM YouR 4NicK LisT12 !!! 1,15~~~ | /unset %nick8 ..%nick9://echo -a 1,15~~~12,1 %nick9 13HaS BeeN 9RemoveD FroM YouR 4NicK LisT12 !!! 1,15~~~ | /unset %nick9 - } |
mIRC Snippet:
Nickname Script
Posted on Feb 27, 2008 8:45 pm
Posted on Feb 27, 2008 8:45 pm
um instead of useing all those $nulls
you can do
| Code: |
| ( %nick1 == $null ) |
you can do
| Code: |
| (!%nick1) |









