]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf.tmpl
Add documentation for "RequireAuthPing" configuration option
[ngircd-alex.git] / doc / sample-ngircd.conf.tmpl
index e07b520544c5599d44ed14d04dc22de3f92e1d47..6e02048ffd93774bbe955f1490e05c43aaed80a9 100644 (file)
        # maximum nick name length!
        ;MaxNickLength = 9
 
+       # Let ngIRCd send an "authentication PING" when a new client connects,
+       # and register this client only after receiving the corresponding
+       # "PONG" reply.
+       ;RequireAuthPing = no
+
        # Set this hostname for every client instead of the real one.
        # Please note: don't use the percentage sign ("%"), it is reserved for
        # future extensions!