# HG changeset patch # User Marco Cirillo # Date 1322494442 0 # Node ID 4824ae8b1f1a35c24a62d62735009862c813fc24 # Parent 360870d4047029442cd249b14f77237fd1ff5199 mod_ircd wiki: updated to reflect changes. diff -r 360870d40470 -r 4824ae8b1f1a mod_ircd.wiki --- a/mod_ircd.wiki Sat Nov 26 09:08:33 2011 +0100 +++ b/mod_ircd.wiki Mon Nov 28 15:34:02 2011 +0000 @@ -11,16 +11,16 @@ In your config file put something similar to the following: {{{ -Component "irc.example.com" "ircd" +Component "irc2muc.example.com" "ircd" conference_server = "conference.example.com" + listener_port = 7000 }}} If you don't want your IRC users to have connectivity outside your server then there is no need for the hostnames you specify to be valid DNS entries. = Warning = -For now the port number used by the plugin is hardcoded to be 7000, if you want to change it, you'll need to edit the plugin file just search for "7000" in your text editor and replace it with your port of choice. -Also the plugin stability, and/or serving compatibility with most of the IRC clients is yet to be determined. +The plugin stability, and/or serving compatibility with most of the IRC clients is yet to be determined. = Install = @@ -42,4 +42,4 @@ = Todo = * Authentication * SSL - * Many improvements to handling of IRC and XMPP \ No newline at end of file + * Many improvements to handling of IRC and XMPP