mIRC Homepage
Posted By: HarroSIN Question, Connecting to multiple servers - 05/03/05 01:55 AM
I'm not sure if this is possible. But I would like instructions on how to connect to multiple servers at once, when I start up my mIRC. Is there a command I can put in perform box, because selecting all the servers I want takes almost ten minutes, because I'm connecting to around four at a time. This would make my life much easier, Thanks.
Certainly is possible mate, open your mIRC script editor. (Alt + R) and press File > New if the page isn't blank for a fresh new page.

Paste in the following and click "Ok".
Code:
On *:Start: {
  server server.one.address
  server -m server.two.address
  server -m server.three.address
  server -m server.four.address
}


Hope this helps, good luck. smile
Works great, thanks much
You're welcome. smile
© mIRC Discussion Forums