1.

Solve : mIRC remote connection script?

Answer»

I'm trying to setup different mIRC remote connection sripts, so I can make one FILE for each network that connects to different channels.

I found some info on the net where I have it setup to:


on *:START: {
server irc.gamesurge.net -i nick nick1 [emailprotected] me -j #test1,#TEST2
}


That will connect me to the server and join the test channels, but that network I can also /msg nickserve and identify myself. The problem is, I don't know how to include that /msg into the remote script so I can be identified before joining a channel.

My next solution was to create another section that says:

on 1:connect:{
/msg nickserv identify me
/join #test1
/join #test2
}

but when I load 2 remote connections into 1 mIRC window, it will perform those joins in both networks...


Any Ideas on how to load multiple remote connection scripts to
1. /msg nickserve different passwords pending server you connect to
2. make it so those join commands will not join #test1 and #Test2 on both networks? (I WANT to join SPECIFIC channels based upon which network I connect to...)


thanks.This site may help:

http://dooyoo-uk.tripod.com/mirc/downloads/download.htm

Good luck. For those of you who may be interested in a solution I used...

http://trout.snt.utwente.nl/ubbthreads/showflat.php?Cat=0&Number=131641&page=0&vc=1&PHPSESSID=#Post131641For those of you who may be interested in a solution I used...

http://trout.snt.utwente.nl/ubbthreads/showflat.php?Cat=0&Number=131641&page=0&vc=1&PHPSESSID=#Post131641



Discussion

No Comment Found