Add +x to default_umodes in the example confs, since we're loading ip_cloaking by default.

This commit is contained in:
B.Greenham 2010-02-24 11:57:52 -05:00
parent 28ba4f8f97
commit 60e16d64e7
2 changed files with 8 additions and 8 deletions

View File

@ -425,12 +425,12 @@ general {
hide_spoof_ips = yes; hide_spoof_ips = yes;
/* /*
* default_umodes: umodes to enable on connect. * default umodes: umodes to set upon connection
* If you have enabled the new ip_cloaking module, and you want * If you have enabled the ip_cloaking extension, and you wish for
* to make use of it, add +x to this option, i.e.: * incoming clients to be cloaked upon connection, +x must be in
* default_umodes = "+ix"; * the umode string below.
*/ */
default_umodes = "+i"; default_umodes = "+ix";
default_operstring = "is an IRC Operator"; default_operstring = "is an IRC Operator";
default_adminstring = "is a Server Administrator"; default_adminstring = "is a Server Administrator";

View File

@ -910,10 +910,10 @@ general {
/* default umodes: umodes to set upon connection /* default umodes: umodes to set upon connection
* If you have enabled the ip_cloaking extension, and you wish for * If you have enabled the ip_cloaking extension, and you wish for
* incoming clients to be set +x upon connection, add +x to the umode * incoming clients to be cloaked upon connection, +x must be in
* string below. * the umode string below.
*/ */
default_umodes = "+i"; default_umodes = "+ix";
/* default operstring: defines the default oper response /* default operstring: defines the default oper response
* in /whois queries, eg "is an IRC Operator". * in /whois queries, eg "is an IRC Operator".