mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2004
Posts: 14
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Nov 2004
Posts: 14
I have a question, when I start my mirc I connect to like 3 or 4 different servers, is there a way to have my mirc connect to those servers that I connect to automatically, instead of me typing it manually?. Thanks

Joined: Nov 2005
Posts: 105
D
Vogon poet
Offline
Vogon poet
D
Joined: Nov 2005
Posts: 105
Code:
on *:START:{
server irc.server1.com
server -m irc.server2.net
server -m irc.server3.org
}

Just post the above in your remotes. Editing the server names, and adding more if you want.

Joined: Nov 2004
Posts: 14
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Nov 2004
Posts: 14
wow man thankyou, that is like a great script i ever seen..wow...


Link Copied to Clipboard