mIRC Home    About    Download    Register    News    Help

Print Thread
#119033 01/05/05 06:48 AM
S
snowcrossfan
snowcrossfan
S
I am scratching my brain on this one.
I cant find this in help section anywhere so Im posting this.
I have 3 different servers i need to connect to.
I can do that part but I want to be able to auto connect to the 3 different servers and the 3 different chat rooms.
Is there a way to do this or am i asking too much?
Please help me if you can.

Snowwy

#119034 01/05/05 06:54 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Hi Snowwy, try this..

Put this in Remote Scripts Editor (Alt + R)

If the page isn't blank, press File > New.

Code:
On *:Start: {
  server the.server.address1 -j #Chan1,#Chan2,#Chan3
  server -m the.server.address2 -j #Chan1,#Chan2,#Chan3
  server -m the.server.address3 -j #Chan1,#Chan2,#Chan3
}


All the best,

-Andy.

#119035 01/05/05 07:47 AM
S
snowcrossfan
snowcrossfan
S
Thats great but still no luck.
I had a friend look at it and he did the code but still no luck and I added a fourth channel and server.
So thats 1 room per channel. Ill post what my friend put maybe you can see whats wrong with it.
On another note im running a nonamescript with mirc.
I hope thats not conflicting with it.

This is what is in my remote page.

On *:Start: { server irc.crazyirc.net -j #TheClan server -m 72.20.25.122 -j #Blacknights server -m irc.gamers-irc.net -j #ClanJag server -m irc.irchat.tv -j #gladiatorz }

Any help is very much appreciated.

Mike A.K.A Snowwy

#119036 01/05/05 07:52 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Not used the script myself but it shouldn't conflict.

Make sure you have in your remotes the code exactly like I have it and not all on one line.

Code:
On *:Start: { 
  server irc.crazyirc.net -j #TheClan 
  server -m 72.20.25.122 -j #Blacknights 
  server -m irc.gamers-irc.net -j #ClanJag 
  server -m irc.irchat.tv -j #gladiatorz 
}


Maybe that what was causing it not to work, but I've just tested this and it works fine for me.

-Andy

#119037 01/05/05 08:02 AM
S
snowcrossfan
snowcrossfan
S
Thank you very much.
Its very much appreciated.


Mike

#119038 01/05/05 08:08 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Hehe, you're welcome dude. smile

Glad I could help.

All the best,

-Andy. smile


Link Copied to Clipboard