mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2010
Posts: 1
A
Mostly harmless
OP Offline
Mostly harmless
A
Joined: Jan 2010
Posts: 1
Hello all

i am wondering if there is a way to connect to multi servers and channs on start so i dont have to do it manually.

i have about 6 networks that a chat on daily and a few diffrent channels in each server.

so when i start mirc i want it to connect to all six servers and join those channels. is this possable and if so how?

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
The simplest way would be to add a script to your Remote [script] section (Alt+R) in mIRC.

Code:
on *:START:{
  server irc.server1.net -j #chan1
  server -m irc.server2.org -j #chan2,#chan3,#chan4
  server -m irc.server3.com -j #chan5,#chan6
}

Also see /help /server if you want to connect with different nicks and such.


Link Copied to Clipboard