]> 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 7cfe08f7cc8000df1d3f5ec26c8e498833cd5c48..85917597c543e7d0fdc368ccd733cbd8b448cbe6 100644 (file)
        # (".") 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
-
-       # 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
        # 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