mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2014
Posts: 3
S
Stormix Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Mar 2014
Posts: 3
Hi I got some troubles with performs :
These are screeenshots, steps by steps from my settings.
The problem is : I got multiple servers on connect but just one is really connected !

How I need to configure my settings for multiple connections ?

Thanks a lot.

---

Here the config with servers and options :





Then my servers that I want to connect at same time, on connect :





The performs I entered :

And others options, but useless for this problem I think...
All is ok ?





And the result.... Just 1 server... Quakenet... Why ?! Where are the others ? Why don't them connect at same time ?



I use last and full version of mIRC. (7.32)

ps : sorry for my english I'm French...


Help me please...

Thanks.

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
There's no place in the gui to connect to multiple servers on start, you need a script. Place something like this in the remote editor alt+r, remote tab

Code:
on *:start:{
  server server1
  server -m server2
  server -m server3
}

Joined: Mar 2014
Posts: 3
S
Stormix Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Mar 2014
Posts: 3
Thanks Loki12583


Just a question : I copy paste like that or i replace "server1" by "irc.recycled-irc.net"


Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Replace it

Joined: Mar 2014
Posts: 3
S
Stormix Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Mar 2014
Posts: 3
Yeeeeees thats works perfectly.

Thanks Loki !

Hope this topic could help someone elses smile

Quote:
on *:start:{
server irc.quakenet.org
server -m irc.worldnet.net
server -m irc.rizon.net
server -m irc.dreams-fr.net
server -m irc.otaku-irc.fr
server -m irc.recycled-irc.net
}


Link Copied to Clipboard