diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sample-ngircd.conf.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl index 7cfe08f7..85917597 100644 --- a/doc/sample-ngircd.conf.tmpl +++ b/doc/sample-ngircd.conf.tmpl @@ -24,12 +24,6 @@ # (".") and be unique in the IRC network. Required! Name = irc.the.net - # Set this hostname for every client instead of the real one - ;ClientHost = irc.the.net - - # Set every clients' user name to their nick name - ;ClientUserNick = yes - # Info text of the server. This will be shown by WHOIS and # LINKS requests for example. Info = Server Info Text @@ -160,6 +154,12 @@ # maximum nick name length! ;MaxNickLength = 9 + # Set this hostname for every client instead of the real one + ;ClientHost = irc.the.net + + # Set every clients' user name to their nick name + ;ClientUserNick = yes + [Features] # Do any DNS lookups when a client connects to the server. ;DNS = yes |