# HG changeset patch # User MWild1 # Date 1261579990 0 # Node ID 1100de0e9a4ba65b95f5851e87ecf75b2fc3542a # Parent 1defbd44efe924bdfacab231faac1574d3fe62aa Edited wiki page through web user interface. diff -r 1defbd44efe9 -r 1100de0e9a4b mod_ircd.wiki --- 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||