Add +x to default_umodes in the example confs, since we're loading ip_cloaking by default.
This commit is contained in:
parent
28ba4f8f97
commit
60e16d64e7
|
@ -425,12 +425,12 @@ general {
|
|||
hide_spoof_ips = yes;
|
||||
|
||||
/*
|
||||
* default_umodes: umodes to enable on connect.
|
||||
* If you have enabled the new ip_cloaking module, and you want
|
||||
* to make use of it, add +x to this option, i.e.:
|
||||
* default_umodes = "+ix";
|
||||
* default umodes: umodes to set upon connection
|
||||
* If you have enabled the ip_cloaking extension, and you wish for
|
||||
* incoming clients to be cloaked upon connection, +x must be in
|
||||
* the umode string below.
|
||||
*/
|
||||
default_umodes = "+i";
|
||||
default_umodes = "+ix";
|
||||
|
||||
default_operstring = "is an IRC Operator";
|
||||
default_adminstring = "is a Server Administrator";
|
||||
|
|
|
@ -910,10 +910,10 @@ general {
|
|||
|
||||
/* default umodes: umodes to set upon connection
|
||||
* 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
|
||||
* string below.
|
||||
* incoming clients to be cloaked upon connection, +x must be in
|
||||
* the umode string below.
|
||||
*/
|
||||
default_umodes = "+i";
|
||||
default_umodes = "+ix";
|
||||
|
||||
/* default operstring: defines the default oper response
|
||||
* in /whois queries, eg "is an IRC Operator".
|
||||
|
|
Loading…
Reference in New Issue