]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Add documentation for "NoticeAuth" configuration option NoticeAuth
authorAlexander Barton <alex@barton.de>
Sun, 27 Mar 2011 18:40:28 +0000 (20:40 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 27 Mar 2011 18:40:28 +0000 (20:40 +0200)
doc/sample-ngircd.conf.tmpl
man/ngircd.conf.5.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!
index e53cf3cc44353cc654b652d57d5e602ca70bc12a..5d6f0e0bbb228d3cc9d340305c828c09b332ddc9 100644 (file)
@@ -251,6 +251,11 @@ Maximum length of an user nick name (Default: 9, as in RFC 2812). Please
 note that all servers in an IRC network MUST use the same maximum nick name
 length!
 .TP
+\fBNoticeAuth\fR (boolean)
+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. Default: no.
+.TP
 \fBCloakHost\fR
 Set this hostname for every client instead of the real one. Default: empty,
 don't change.