diff options
| author | Alexander Barton <alex@barton.de> | 2012-06-11 10:44:02 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-06-11 10:44:28 +0200 |
| commit | bf5610a3b9ceef67da9777c5f4a72b9733124a33 (patch) | |
| tree | c77752a065261d346bb5e56e2b62586a6a2efe39 /man | |
| parent | 7bce6780ca0099f38efc801a7e613939cb90c99a (diff) | |
| parent | bf121ae95fa352d74ec710fda33c08148562a52c (diff) | |
| download | ngircd-bf5610a3b9ceef67da9777c5f4a72b9733124a33.tar.gz ngircd-bf5610a3b9ceef67da9777c5f4a72b9733124a33.zip | |
Merge branch 'bug124-CloakHostModeX'
* bug124-CloakHostModeX: Describe "CloakHostModeX" in sample-ngircd.conf an ngircd.conf(5) Rename "CloakModeHost" option to "CloakHostModeX" Introduce new configuration option "CloakModeHost" This closes bug #124.
Diffstat (limited to 'man')
| -rw-r--r-- | man/ngircd.conf.5.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index 85cf73ff..04732060 100644 --- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@ -220,6 +220,17 @@ don't change. Don't use the percentage sign ("%"), it is reserved for future extensions! .RE .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) Set every clients' user name to their nick name and hide the one supplied by the IRC client. Default: no. |