mIRC Home    About    Download    Register    News    Help

Print Thread
#109010 24/01/05 07:36 PM
Joined: Jan 2005
Posts: 2
S
Slitage Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Jan 2005
Posts: 2
I wonder what I can do to connect to two or more servers in mirc....and I want to join diffrent channels in the diffrent servers.

I want to join EFnet and Quakenet.

Where and what shall i wright??

And where shall I wright the #channels so it connects to the channels when I starts the program???
I know that a channel starts if I wright .#mIRC:/join #channel at the popup.

Have been searching here but not found anything like this question. I´m new in the mirc-world. Hope someone can help me with this and give me a easy answer wink

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Code:
server irc.quakenet.org -j #chan1,#chan2,#chan3
server -m irc.efnet.org -j #chan1,#chan2,#chan3


New username: hixxy
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
There are a few threads on this. You need to use the ON START event and the -m and -j switches with the /server command to do it.

Code:
[color:green]on *:start:{
server irc.efnet.net -j #channel1,#channel2,#channel3
server -m irc.quakenet.org -j #channel4,#channel5,#channel6
}[/color]


This would go in a NEW remote file. To make one, press ALT+R and go to File > New. Replace all the channel names with the ones you want to join, but keep everything else the same.

For further help:
/help ON START
/help /server


Regards,


Mentality/Chris
Joined: Jan 2005
Posts: 2
S
Slitage Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Jan 2005
Posts: 2
It works great!

Thanks for the fast answer and the help!!


Link Copied to Clipboard