Mirc Help


Horscht

Banned?
Joined
Jan 5, 2004
Messages
1,612
Age
38
Location
Germany
Website
Visit site
Hi

I am using mIRC 6.16 and would like to have it to connect to 2 servers when I start it. I could only get it to automaticaly connect it to one serve, but I need both.

and another thing. I have set up 3 channels (1 on server 1 and 2 on server 2) that get automatocaly join when i connect to the right server (If I connect to server 1, i automaticaly join channel 1, If I connect to server 2, i should automaticaly join server 2 and 3). However, on server 2 it only joins 1 channel, as the other one needs my Nick to be registered with the "/msg nickserv identify password" command. How can I set mIRC up so it will automaticaly identify with the server, BEFORE it tries to join the channels?

tia

Horscht
 
what is an on load remote script? The /nickserv thingy works fine, just need it to connect to 2 networks now.

EDIT nvm.

figured it out.

for Hanz:

press alt+r to get to the script editor,make a new script, then enter the following:

Code:
on 1:start: {
  server SERVER1
  server -m SERVER2
}

You have to replace the SERVER tags with the server adress obviously.
 
Back
Top