]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf.tmpl
Rename ClientHost to CloakHost, and ClientUserNick to CloakUserToNick
[ngircd-alex.git] / doc / sample-ngircd.conf.tmpl
index fee3570ef2780c2590812306d1977180ec5f1371..a2eeee9f9d60e32e68b82977b1a7c0d6913729db 100644 (file)
        # maximum nick name length!
        ;MaxNickLength = 9
 
-       # Set this hostname for every client instead of the real one
-       ;ClientHost = irc.example.net
+       # Set this hostname for every client instead of the real one.
+       ;CloakHost = irc.example.net
 
        # Set every clients' user name to their nick name
-       ;ClientUserNick = yes
+       ;CloakUserToNick = yes
 
 [Features]
        # Do any DNS lookups when a client connects to the server.