comparison mod_ircd.wiki @ 254:83603b9ad5dd

little more informative annotation on the configuration.
author maranda@lightwitch.org
date Sun, 08 Jan 2012 17:30:52 +0000
parents 8b5492ea07d9
children c929df198f10
comparison
equal deleted inserted replaced
253:97f27542295a 254:83603b9ad5dd
12 = Usage = 12 = Usage =
13 In your config file put something similar to the following: 13 In your config file put something similar to the following:
14 14
15 {{{ 15 {{{
16 Component "irc2muc.example.com" "ircd" 16 Component "irc2muc.example.com" "ircd"
17 conference_server = "conference.example.com" 17 conference_server = "conference.example.com" -- required
18 listener_port = 7000 18 listener_port = 7000
19 }}} 19 }}}
20 20
21 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. 21 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.
22 22