Page 1 of 1

How to connect to multiple IRC networks

PostPosted: Thu Sep 20, 2012 11:07 pm
by FALLACY
Step 1 : Open your IRC client (mIRC, TheScript2003, etc)
Image

Step 2 : Navigate to your Script Editor within your IRC Client.

### For example...
### mIRC - Tools -> Script Editor -> Remote
### TheScript2003 -> Tools -> Remote
Image
Image



Step 3 : Copy and paste the pre-configured script into the 'Remote' section
Image

on *:START:{
server irc.utchat.com
server -m irc.quakenet.org
}

on *:CONNECT:{
if ($network == Globalgamers) {
msg [email protected] auth <username> <password>
/mode $me +x
join #ipug,#globalunreal,
}
elseif ($network == Quakenet) {
msg [email protected] auth <username> <password>
/mode $me +x
join #ipug,#channelyouwant,#channelyouwant
}
}


### <username> and <password> will be the authentication credentials used to auth to both networks
### For example when done correctly your line should look like this - /msg [email protected] auth Nick\\ PACOSUX
### Where Nick\\ would be my username and PACOSUX is my password



Adding more channels to auto join

### More channels can be added by simply adding them with commas after the previous channel listed
### For example - join #ipug,#globalunreal,#mlut,2k4ctf
### Note that there are no spaces between the channel and the comma
### If you have your channels listed in your 'Channels Folder' you may want to remote them from there and let the script take control. It may cause problems if they are listed in both places.


Once you are done filling in the proper information click ok and then click on your connect button and see if it has worked.
If done right you should see both networks connected and both auto joined to the specific channels you have assigned to your script.
Image




### If you are using a bouncer you will want the beginning of your script to look like this

on *:START:{
server -m hostname.of.bouncer ident:password
server irc.utchat.com
server -m irc.quakenet.org
}




Credit to n0b for the script!

Re: How to connect to multiple IRC networks

PostPosted: Fri Sep 21, 2012 12:12 pm
by Morpheus
well done fellatio

Re: How to connect to multiple IRC networks

PostPosted: Fri Sep 21, 2012 6:38 pm
by vitz^
Very usefull post!

However, for those who find this difficult/troubling/whatever there is a more conventional way you can do:







Image


Image























Image







Image





kind regards

Re: How to connect to multiple IRC networks

PostPosted: Sat Sep 22, 2012 7:58 am
by Morpheus
that is the gayest IRC i ever seen in my entire life looooooooooooool :mrgreen: aahahahh

Re: How to connect to multiple IRC networks

PostPosted: Sat Sep 22, 2012 9:30 am
by Cy
or you just type /server -m irc.whatevernetwork.net

ez..

Re: How to connect to multiple IRC networks

PostPosted: Sat Sep 22, 2012 10:57 am
by vitz^

Re: How to connect to multiple IRC networks

PostPosted: Sat Sep 22, 2012 5:22 pm
by csnafk

Re: How to connect to multiple IRC networks

PostPosted: Sat Sep 22, 2012 5:24 pm
by PACO

Re: How to connect to multiple IRC networks

PostPosted: Sat Sep 22, 2012 5:28 pm
by kud
irc pro here, I type in /server -m irc.quakenet.org. may not be optimal, but it's certainly practical

In other news, this is now a "post your irc" thread.

Image

Re: How to connect to multiple IRC networks

PostPosted: Sat Sep 22, 2012 5:29 pm
by kud
didn't realize you could scroll through all the pictures in the thread using the lightbox. neat-o

Re: How to connect to multiple IRC networks

PostPosted: Sun Sep 23, 2012 4:54 pm
by Cy

[Deleted]

PostPosted: Sun Sep 23, 2012 4:54 pm
by Cy
PostThis post was deleted by Cy on Sun Sep 23, 2012 4:54 pm.
Reason: double post

Re: How to connect to multiple IRC networks

PostPosted: Sun Sep 23, 2012 9:14 pm
by RickJames
Here's my irc :) :

Image

Re: How to connect to multiple IRC networks

PostPosted: Sat Oct 13, 2012 3:04 pm
by blackout\\
all these irc settings look homosexual as fuck

Re: How to connect to multiple IRC networks

PostPosted: Thu Oct 18, 2012 4:07 pm
by Serenity
Open perform, select GlobalGamers, /server -m irc.quakenet.org

Done.

Re: How to connect to multiple IRC networks

PostPosted: Tue Feb 12, 2013 12:21 pm
by DREW-TANg
Anyone know of a solid mobile irc app?

Re: How to connect to multiple IRC networks

PostPosted: Tue Feb 12, 2013 12:26 pm
by InfamousRaider

Re: How to connect to multiple IRC networks

PostPosted: Tue Feb 12, 2013 12:35 pm
by Sauron
AndChat is pretty good

Re: How to connect to multiple IRC networks

PostPosted: Tue Feb 12, 2013 2:10 pm
by Cy
I believe DEATH and I both use an iPhone app called Rooms, works for what I need it to do

Re: How to connect to multiple IRC networks

PostPosted: Tue Feb 12, 2013 2:38 pm
by rain

Re: How to connect to multiple IRC networks

PostPosted: Tue Feb 12, 2013 2:43 pm
by edge
AndChat for android, its free too

Re: How to connect to multiple IRC networks

PostPosted: Tue Feb 12, 2013 3:46 pm
by Finalz
androirc for android here

Re: How to connect to multiple IRC networks

PostPosted: Tue Feb 12, 2013 4:09 pm
by kud

Re: How to connect to multiple IRC networks

PostPosted: Fri Sep 27, 2013 11:45 am
by sn3p