summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2011-03-27 20:40:28 +0200
committerAlexander Barton <alex@barton.de>2011-03-27 20:40:28 +0200
commit680db6755bdd7904a5aaae8290e074cb008425b5 (patch)
tree60d52e75cb4cd744687cc150a75c4017408e3ff3
parentf99d33ddd93b41eca3fd113ba5308cffdba58142 (diff)
downloadngircd-680db6755bdd7904a5aaae8290e074cb008425b5.tar.gz
ngircd-680db6755bdd7904a5aaae8290e074cb008425b5.zip
Add documentation for "NoticeAuth" configuration option
-rw-r--r--doc/sample-ngircd.conf.tmpl5
-rw-r--r--man/ngircd.conf.5.tmpl5
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl
index e07b5205..f9c96562 100644
--- a/doc/sample-ngircd.conf.tmpl
+++ b/doc/sample-ngircd.conf.tmpl
@@ -154,6 +154,11 @@
 	# 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!
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl
index e53cf3cc..5d6f0e0b 100644
--- a/man/ngircd.conf.5.tmpl
+++ b/man/ngircd.conf.5.tmpl
@@ -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.