mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2004
Posts: 3
F
firexid Offline OP
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Feb 2004
Posts: 3
I'd like to have my mIRC connect both, ircNET & QuakeNET, automatically when I open the program, but I can make it only to connect one network, the oher one I always haveto do manually. Help. smile

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Code:
on *:START: {
  server ircNET [color:blue]-i nick1 anick1 email@addr.com fullname[/color] [color:green]-j #chan1,#chan2[/color]
  server -m QuakeNET [color:blue]-i nick2 anick2 email@addr.net fullname[/color] [color:green]-j #chan,#chan2[/color]
}

blue and green is all optional

Joined: Feb 2004
Posts: 3
F
firexid Offline OP
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Feb 2004
Posts: 3
Duh, Ain't working. Should the folllowing inserted to aliases work:
on *:START: {
server ircNET
server QuakeNET
}
Or should there be some server addresses grin confused

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
NO, it should be in remotes Alt+R

It also should be
on *:START: {
server ircNET
server -m QuakeNET
}

Joined: Feb 2004
Posts: 3
F
firexid Offline OP
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Feb 2004
Posts: 3
It's working, thnx! wink

Joined: Jun 2004
Posts: 2
F
ftz Offline
Bowl of petunias
Offline
Bowl of petunias
F
Joined: Jun 2004
Posts: 2
Wath is the -m for ??

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
-m switch tells /server to open a new status window and connect using that. Without it mIRC would use the current status window (which would disconnect you from the first server).

/help /server

Joined: Jun 2004
Posts: 1
E
Mostly harmless
Offline
Mostly harmless
E
Joined: Jun 2004
Posts: 1
net PTNET compels that if it has one nick registered before
entering in the canals, and as to make above to be sent login and password for nickserv using the command?

Joined: May 2004
Posts: 1
F
Mostly harmless
Offline
Mostly harmless
F
Joined: May 2004
Posts: 1
Hey! Just wanted to say that I also found this thread very helpful. Thanks to all!

Joined: Aug 2004
Posts: 1
N
Mostly harmless
Offline
Mostly harmless
N
Joined: Aug 2004
Posts: 1
Mine won't work can somebody make this script so it will work? I'm running mIRC Gamers.IRC 4.31. Those are the exact names/channels etc. I would like used, but I can't figure out why it won't work. confused

on *:START: {
server irc.us.gamesurge.net -i [vito]NeO` NeO` orboblivion@hotmail.com Justin -j #vito,#vito-priv,#vito.priv,#illadvised
server -m irc4.z4net.com -i [vito]NeO` NeO` orboblivion@hotmail.com Justin -j #uro,#urotrade
}

Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Press Alt+R to open the script editor, then click the File menu and select New.

Paste your script in the new blank window, press OK and restart mIRC.


Link Copied to Clipboard