nenolod Idler

Joined: 23 Jan 2004 Posts: 333 Location: A box!
|
Posted: Jan 10, 2006 5:06pm Post subject: new openlinking testnet for charybdis-ircd |
|
|
(note to moderators: I'm unsure where this should go, so I'm putting it here. Move it if needed.)
I have opened up a testnet for charybdis-ircd, and projects that somehow involve charybdis (services, server bots, etc.)
In order to link, you will be best off to run latest charybdis SVN. Grab it from http://svn.atheme.org/charybdis/trunk
| Code: | | svn co http://svn.atheme.org/charybdis/trunk charybdis-devel |
Link block:
| Code: |
connect "ircd.charybdis.be" {
host = "204.11.33.214";
port = 6667;
send_password = "password";
accept_password = "password";
class = "servers";
flags = autoconn, compressed, topicburst;
};
|
Connect via /server irc.charybdis.be. We idle in #. Have fun. |
|