]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf.tmpl
Add documentation for "NoticeAuth" configuration option
[ngircd-alex.git] / doc / sample-ngircd.conf.tmpl
index e07b520544c5599d44ed14d04dc22de3f92e1d47..f9c96562e45ac1ce9b6d215d3ac47531caf3a1b3 100644 (file)
        # maximum nick name length!
        ;MaxNickLength = 9
 
+       # Normally ngIRCd doesn't send any messages to a client until it is
+       # registered. Enable this option to let the daemon send "NOTICE AUTH"
+       # messages to clients while connecting.
+       ;NoticeAuth = 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!