Hi,
ok here's the deal, I have a chat bot that i use for
www.justin.tv . They have their chats spread over 6 servers, so if you join a channel on the wrong server you're the only person in there and no one can see you.
I would like to add a !join command to my bot, but i cannot figure out how to make join on the correct server. I figure i can do something along the lines of "!join roomname 17" which would then have it join the room on server 17.
And I can have all 6 servers listed, all the script would have to do is check to see if I'm already connected to that server join the room, if not open a new server and join said room.
I am completely lost on how to do this, any help would be appreciated.