changeset 233:4824ae8b1f1a

mod_ircd wiki: updated to reflect changes.
author Marco Cirillo <maranda@lightwitch.org>
date Mon, 28 Nov 2011 15:34:02 +0000
parents 360870d40470
children b5e76dc1ac2f
files mod_ircd.wiki
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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