mirror of
https://github.com/osmarks/ngircd.git
synced 2025-02-01 18:19:09 +00:00
Add documentation for "NoticeAuth" configuration option
This commit is contained in:
parent
f99d33ddd9
commit
680db6755b
@ -154,6 +154,11 @@
|
|||||||
# maximum nick name length!
|
# maximum nick name length!
|
||||||
;MaxNickLength = 9
|
;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.
|
# Set this hostname for every client instead of the real one.
|
||||||
# Please note: don't use the percentage sign ("%"), it is reserved for
|
# Please note: don't use the percentage sign ("%"), it is reserved for
|
||||||
# future extensions!
|
# future extensions!
|
||||||
|
@ -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
|
note that all servers in an IRC network MUST use the same maximum nick name
|
||||||
length!
|
length!
|
||||||
.TP
|
.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
|
\fBCloakHost\fR
|
||||||
Set this hostname for every client instead of the real one. Default: empty,
|
Set this hostname for every client instead of the real one. Default: empty,
|
||||||
don't change.
|
don't change.
|
||||||
|
Loading…
Reference in New Issue
Block a user