mIRC Homepage
Posted By: firexid Multiple connections @ startup - 04/02/04 10:02 AM
I'd like to have my mIRC connect both, ircNET & QuakeNET, automatically when I open the program, but I can make it only to connect one network, the oher one I always haveto do manually. Help. smile
Posted By: Iori Re: Multiple connections @ startup - 04/02/04 10:06 AM
Code:
on *:START: {
  server ircNET [color:blue]-i nick1 anick1 email@addr.com fullname[/color] [color:green]-j #chan1,#chan2[/color]
  server -m QuakeNET [color:blue]-i nick2 anick2 email@addr.net fullname[/color] [color:green]-j #chan,#chan2[/color]
}

blue and green is all optional
Posted By: firexid Re: Multiple connections @ startup - 04/02/04 10:19 AM
Duh, Ain't working. Should the folllowing inserted to aliases work:
on *:START: {
server ircNET
server QuakeNET
}
Or should there be some server addresses grin confused
Posted By: Iori Re: Multiple connections @ startup - 04/02/04 10:27 AM
NO, it should be in remotes Alt+R

It also should be
on *:START: {
server ircNET
server -m QuakeNET
}
Posted By: firexid Re: Multiple connections @ startup - 04/02/04 11:45 AM
It's working, thnx! wink
Posted By: ftz Re: Multiple connections @ startup - 21/06/04 12:18 AM
Wath is the -m for ??
Posted By: Collective Re: Multiple connections @ startup - 21/06/04 09:35 AM
-m switch tells /server to open a new status window and connect using that. Without it mIRC would use the current status window (which would disconnect you from the first server).

/help /server
Posted By: eskeleto Re: Multiple connections @ startup - 26/06/04 06:11 AM
net PTNET compels that if it has one nick registered before
entering in the canals, and as to make above to be sent login and password for nickserv using the command?
Posted By: Fischkopfe Re: Multiple connections @ startup - 06/08/04 04:08 PM
Hey! Just wanted to say that I also found this thread very helpful. Thanks to all!
Posted By: NeOpHoEnIx Re: Multiple connections @ startup - 08/08/04 12:58 AM
Mine won't work can somebody make this script so it will work? I'm running mIRC Gamers.IRC 4.31. Those are the exact names/channels etc. I would like used, but I can't figure out why it won't work. confused

on *:START: {
server irc.us.gamesurge.net -i [vito]NeO` NeO` orboblivion@hotmail.com Justin -j #vito,#vito-priv,#vito.priv,#illadvised
server -m irc4.z4net.com -i [vito]NeO` NeO` orboblivion@hotmail.com Justin -j #uro,#urotrade
}
Posted By: Online Re: Multiple connections @ startup - 08/08/04 02:53 AM
Press Alt+R to open the script editor, then click the File menu and select New.

Paste your script in the new blank window, press OK and restart mIRC.
© mIRC Discussion Forums