Describe "CloakHostModeX" in sample-ngircd.conf an ngircd.conf(5)
This commit is contained in:
parent
7b6b492bdd
commit
bf121ae95f
|
@ -127,7 +127,13 @@
|
||||||
# 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!
|
||||||
;CloakHost = irc.example.net
|
;CloakHost = cloaked.host
|
||||||
|
|
||||||
|
# Use this hostname for hostname cloaking on clients that have the
|
||||||
|
# user mode "+x" set, instead of the name of the server.
|
||||||
|
# Please note: don't use the percentage sign ("%"), it is reserved for
|
||||||
|
# future extensions!
|
||||||
|
;CloakHostModeX = cloaked.user
|
||||||
|
|
||||||
# Set every clients' user name to their nick name
|
# Set every clients' user name to their nick name
|
||||||
;CloakUserToNick = yes
|
;CloakUserToNick = yes
|
||||||
|
|
|
@ -220,6 +220,17 @@ 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
|
||||||
|
\fBCloakHostModeX\fR (string)
|
||||||
|
Use this hostname for hostname cloaking on clients that have the user mode
|
||||||
|
"+x" set, instead of the name of the server. Default: empty, use the name
|
||||||
|
of the server.
|
||||||
|
.PP
|
||||||
|
.RS
|
||||||
|
.B Please note:
|
||||||
|
.br
|
||||||
|
Don't use the percentage sign ("%"), it is reserved for future extensions!
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
\fBCloakUserToNick\fR (boolean)
|
\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.
|
||||||
|
|
Loading…
Reference in New Issue