mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2012
Posts: 1
V
vland Offline OP
Mostly harmless
OP Offline
Mostly harmless
V
Joined: Mar 2012
Posts: 1
hello,

i usually connect to 2 servers.
IRCnet and EFnet.

I have a perform that everytime I connect to IRCnet it does
Code:
/server -m efnet.xs4all.nl


my problem is that IRCnet often goes in "* [10053] Software caused connection abort" and disconnects, so everytime it reconnects I join EFnet again, even if I'm already connected and it's not needed

can you please suggest a more clever solution to have both automatic join of the 2 servers and no not-needed reconnections? thanks

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
place this in your remotes (alt+r)
Code:
on *:start:{
  server someserver
  server -m otherserver
}


Link Copied to Clipboard