ngircd.conf.5: Add variable type to "CloakHost" and "CloakUserToNick"
This commit is contained in:
parent
5b2512c215
commit
1b5d1064de
|
@ -251,7 +251,7 @@ 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
|
||||||
\fBCloakHost\fR
|
\fBCloakHost\fR (string)
|
||||||
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.
|
||||||
.PP
|
.PP
|
||||||
|
@ -261,7 +261,7 @@ don't change.
|
||||||
Don't use the percentage sign ("%"), it is reserved for future extensions!
|
Don't use the percentage sign ("%"), it is reserved for future extensions!
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
\fBCloakUserToNick\fR
|
\fBCloakUserToNick\fR (boolean)
|
||||||
Set every clients' user name to their nick name and hide the one supplied
|
Set every clients' user name to their nick name and hide the one supplied
|
||||||
by the IRC client. Default: no.
|
by the IRC client. Default: no.
|
||||||
.SH [OPERATOR]
|
.SH [OPERATOR]
|
||||||
|
|
Loading…
Reference in New Issue