Add a note not to use a percent sign ("%") in CloakHost variable
The percent sign is reserved for future extensions, for example to expand some variables like %H to a hash value of the real host name ... Idea by kaFux in #ngircd.
This commit is contained in:
parent
ae7470ceb5
commit
acd7a5d6d4
|
@ -155,6 +155,8 @@
|
|||
;MaxNickLength = 9
|
||||
|
||||
# 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!
|
||||
;CloakHost = irc.example.net
|
||||
|
||||
# Set every clients' user name to their nick name
|
||||
|
|
|
@ -240,6 +240,12 @@ length!
|
|||
\fBCloakHost\fR
|
||||
Set this hostname for every client instead of the real one. Default: empty,
|
||||
don't change.
|
||||
.PP
|
||||
.RS
|
||||
.B Please note:
|
||||
.br
|
||||
Don't use the percentage sign ("%"), it is reserved for future extensions!
|
||||
.RE
|
||||
.TP
|
||||
\fBCloakUserToNick\fR
|
||||
Set every clients' user name to their nick name and hide the one supplied
|
||||
|
|
Loading…
Reference in New Issue