mIRC Home    About    Download    Register    News    Help

Print Thread
#144119 06/03/06 10:50 AM
Joined: Mar 2006
Posts: 2
S
Selavi Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Mar 2006
Posts: 2
Hey,
Is there a way to start multiple servers on MIRC start. I searched for some command line to make mirc autoconnect (to multiple servers not just one) when i start MIRC but couldn't find one?

Thanks

Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
Type /help /server and look for the -m switch.

The -m switch creates a new server window for that connection and connects to the server.

Code:
on *:START: {
  server [color:red]server1[/color]
  server -m [color:red]server2[/color]
  server -m [color:red]server3[/color]
}


Replace these with your server names.

Last edited by mIRCManiac; 06/03/06 01:15 PM.
Joined: Mar 2006
Posts: 2
S
Selavi Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Mar 2006
Posts: 2
Tnx


Link Copied to Clipboard