mIRC Home    About    Download    Register    News    Help

Print Thread
#99735 04/10/04 08:35 PM
Joined: Oct 2004
Posts: 1
Z
zippit Offline OP
Mostly harmless
OP Offline
Mostly harmless
Z
Joined: Oct 2004
Posts: 1
Is there a way to connect to two different servers and using two different idents on those servers?

#99736 04/10/04 09:06 PM
Joined: Oct 2004
Posts: 2
V
Bowl of petunias
Offline
Bowl of petunias
V
Joined: Oct 2004
Posts: 2
..and if so, is it possible to connect to two different BNC's located at the same machine (two accounts), and through those connect to two diffrent networks?
Lets say BNC1 for qnet and BNC2 for efnet.

#99737 04/10/04 09:18 PM
Joined: May 2004
Posts: 95
W
Babel fish
Offline
Babel fish
W
Joined: May 2004
Posts: 95
in mirc options under identd, enable "Use ID from email address" and use the -i switch in /server to get a different ident.

#99738 04/10/04 09:40 PM
Joined: Oct 2004
Posts: 2
V
Bowl of petunias
Offline
Bowl of petunias
V
Joined: Oct 2004
Posts: 2
ok thx.
Now to the next question wink
Is there a way to autoconnect to two diffrent BNC's with two diffrent idents?
Meaning, after autoconnecting to bnc1 with ident1 i want it to autoconnect to bnc2 with ident2.

(using mirc 6.16 + nnscript 3.81)

#99739 04/10/04 11:43 PM
Joined: May 2004
Posts: 95
W
Babel fish
Offline
Babel fish
W
Joined: May 2004
Posts: 95
you could use a start event, example
Code:
on *:start:{ server irc.server1.org -i .. | server irc.server2.org -i ..} 



Link Copied to Clipboard