mIRC Home    About    Download    Register    News    Help

Print Thread
F
firexid
firexid
F
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

I
Iori
Iori
I
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

F
firexid
firexid
F
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

I
Iori
Iori
I
NO, it should be in remotes Alt+R

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

F
firexid
firexid
F
It's working, thnx! wink

F
ftz
ftz
F
Wath is the -m for ??

Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
-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

E
eskeleto
eskeleto
E
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?

F
Fischkopfe
Fischkopfe
F
Hey! Just wanted to say that I also found this thread very helpful. Thanks to all!

N
NeOpHoEnIx
NeOpHoEnIx
N
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,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
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