mIRC Home    About    Download    Register    News    Help

Print Thread
#156041 11/08/06 04:15 AM
Joined: Aug 2006
Posts: 2
S
sencat Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Aug 2006
Posts: 2
Hey all .. my question is very simple i think ..
i want just when i am opening the mirc .. to connecting automatic to 2 different networks in 2 different windows of course .. on undernet and efnet .. so ...
on 1:Start: ..

can somebody help with that ?

Thanks all!!!

#156042 11/08/06 04:20 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Code:
on *:START: {
  /server LosAngeles.CA.US.Undernet.org
  /server -m irc.efnet.net
}


-KingTomato
#156043 11/08/06 04:22 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Code:
 on *:start:{
server undernet
server -m efnet
}


For more options check /help /server


Link Copied to Clipboard