]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf.tmpl
Move "ClientHost" and "ClientUserNick" to end of [Global] section
[ngircd-alex.git] / doc / sample-ngircd.conf.tmpl
index bb9350160c337ea27aac70cba2852bd5c6d663f2..85917597c543e7d0fdc368ccd733cbd8b448cbe6 100644 (file)
@@ -24,9 +24,6 @@
        # (".") and be unique in the IRC network. Required!
        Name = irc.the.net
 
        # (".") 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
-
        # Info text of the server. This will be shown by WHOIS and
        # LINKS requests for example.
        Info = Server Info Text
        # Info text of the server. This will be shown by WHOIS and
        # LINKS requests for example.
        Info = Server Info Text
        # maximum nick name length!
        ;MaxNickLength = 9
 
        # 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
 [Features]
        # Do any DNS lookups when a client connects to the server.
        ;DNS = yes