mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2004
Posts: 1
R
rflagg Offline OP
Mostly harmless
OP Offline
Mostly harmless
R
Joined: Aug 2004
Posts: 1
I want to use a different nick name when I join a server that isnt efnet, can you please add the nick name feature when you add a server or change info about a server? I hate having to do /nick newname every time I join the other server.

Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
This can be easily done with a script.
Code:
on *:connect: if ($network != EFnet) { nick [color:green]nickname[/color] }

Just change nickname for the nick you want when you're not on EFnet.

Zyzzy smile


"All we are saying is give peace a chance" -- John Lennon
Joined: Mar 2003
Posts: 6
D
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
D
Joined: Mar 2003
Posts: 6
Probably would be better to use /tnick so it doesn't effect his main nickname when he reconnects to EFnet.

Code:
on *:connect: if ($network != EFnet) { tnick [color:green]nickname[/color] }


-Daryth

Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
I agree smile


"All we are saying is give peace a chance" -- John Lennon

Link Copied to Clipboard