diff options
| author | Alexander Barton <alex@barton.de> | 2011-03-19 16:58:29 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2011-03-19 16:58:29 +0100 |
| commit | ae7470ceb546d87cbd366d508641276313ec9130 (patch) | |
| tree | ae8792b85ac202a81ea407832096a4ee590810f8 /man/ngircd.conf.5.tmpl | |
| parent | fc55c945dbec745ff7b82652dd5f5b3b69096c82 (diff) | |
| download | ngircd-ae7470ceb546d87cbd366d508641276313ec9130.tar.gz ngircd-ae7470ceb546d87cbd366d508641276313ec9130.zip | |
Rename ClientHost to CloakHost, and ClientUserNick to CloakUserToNick
Diffstat (limited to 'man/ngircd.conf.5.tmpl')
| -rw-r--r-- | man/ngircd.conf.5.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index 32824763..fa77c64b 100644 --- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@ -237,11 +237,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 length! .TP -\fBClientHost\fR +\fBCloakHost\fR Set this hostname for every client instead of the real one. Default: empty, don't change. .TP -\fBClientUserNick\fR +\fBCloakUserToNick\fR Set every clients' user name to their nick name and hide the one supplied by the IRC client. Default: no. .SH [OPERATOR] |