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.
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
}
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 }
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.