mIRC Home    About    Download    Register    News    Help

Print Thread
#40146 07/08/03 02:08 AM
B
bum_iso
bum_iso
B
Where do I stick this? In REMOTES?

on *:START: {
server irc.server1.net
server -m irc.server2.net
}

P
pheonix
pheonix
P
remote(alt+r) it can go anywhere in remote.

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Not nessecarily anywhere Phoenix. Providing the that specific remote script file is empty. No use having two scripts in one file.

B
bum_iso
bum_iso
B
Thanks, but can be port specified too?
Like if, I have to use this port; 6660:
server -m 127.0.0.1:6660 <---???
2nd: If under connect to EFnet for example, there's a bunch of servers; how can I select that if not avail. it will connect to next one???

P
pheonix
pheonix
P
not a clue sorry.

Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
Yes you can nominate the port you want to use and that is the correct way to do it. If you want mIRC to connect to a server that is available just use the network's "round robin" if they use one. This means that if you try 'irc.efnet.net:6667' you will connect to the first available EFNet server that allows that port, but providing this is a round robin and not just a direct link to one server. I haven't used EFNet for a long time so you may want to confirm this in their #Help room.

B
bum_iso
bum_iso
B
So, you meant, if already I got other script loaded, it wont work?

Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
He means that you cannot have two identical events in the one script file. This means that if you already have an ON START script somewhere, be sure to either nest the commands in the script here to the existing ON START event you have or place all of the new ON START event in another file.

B
bum_iso
bum_iso
B
if in general i got linknet group, but it containes several ( servers, how do I do so it will connect to avail?7)

C
codemastr
codemastr
C
I believe you can specify the group name, something like:
/server -m efnet

and that will make mIRC try each one until it can connect.

Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
He said he didn't know, look at my post below his last one.

B
bum_iso
bum_iso
B
Ok, that worked "/server -m efnet".
Thanks to all who helped.


Link Copied to Clipboard