changeset 103:1100de0e9a4b

Edited wiki page through web user interface.
author MWild1
date Wed, 23 Dec 2009 14:53:10 +0000
parents 1defbd44efe9
children 8efa9cb52f6c
files mod_ircd.wiki
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_ircd.wiki	Wed Dec 23 14:29:08 2009 +0000
+++ b/mod_ircd.wiki	Wed Dec 23 14:53:10 2009 +0000
@@ -3,12 +3,12 @@
 
 = Introduction =
 
-IRC just won't go away. Whether you like it or not, XMPP is the future :)
+Whether you like it or not, XMPP is the future, but that pesky IRC just won't go away :)
 
-With this module you can set up a special host on your server to allow connections from IRC clients. They are able to join XMPP chatrooms on a specified conference server.
-
+With this module you can set up a special host on your server to allow connections from IRC clients and bots. They are able to join XMPP chatrooms on a specified conference server.
 
 = Usage =
+In your config file put something similar to the following:
 
 {{{
 Component "irc.example.com" "ircd"
@@ -16,6 +16,8 @@
     conference_server = "conference.example.com"
 }}}
 
+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.
+
 = Compatibility =
 ||0.7||Works||
 ||0.6||Works||