I'm active at both quakenet and utonet. The problem is that's it's very much work with connection manually to the secound server eatch time. And there after change nick, auth etc.
Can someone help me set up my mIRC so I can make this automatically? I wish to just press connect and get two server connection with two different nicks joining different channels on eatch server.
on *:START:{
server irc.quakenet.net -i nick anick email realname
server -m irc.utonet.org -i nick anick email realname
}
on *:CONNECT:{
if ($network == QuakeNet) {
join #chan1
join #chan2
}
elseif ($network == UtoNet) {
join #chan3
join #chan4
}
}
This could work. Make sure you check what $network should match. Just go to a window opened on one of the networks and type //echo -a $network and you'll see what you should match it to.
Yes, you put it in Remote (Alt+R). If there are already scripts present there, be careful where to put it. If so, it's probably easiest to create a new script file using File > New.