Module: ngircd.git Branch: master Commit: 1b5d1064deb4a4e382be1132e2ef058a8dc415f6 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=1b5d1...
Author: Alexander Barton alex@barton.de Date: Sun Mar 27 20:45:29 2011 +0200
ngircd.conf.5: Add variable type to "CloakHost" and "CloakUserToNick"
---
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 e53cf3c..e94b495 100644 --- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@ -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 length! .TP -\fBCloakHost\fR +\fBCloakHost\fR (string) Set this hostname for every client instead of the real one. Default: empty, don't change. .PP @@ -261,7 +261,7 @@ don't change. Don't use the percentage sign ("%"), it is reserved for future extensions! .RE .TP -\fBCloakUserToNick\fR +\fBCloakUserToNick\fR (boolean) Set every clients' user name to their nick name and hide the one supplied by the IRC client. Default: no. .SH [OPERATOR]