From 60e16d64e738caaed528e99097a211e66493fc3f Mon Sep 17 00:00:00 2001 From: "B.Greenham" Date: Wed, 24 Feb 2010 11:57:52 -0500 Subject: [PATCH] Add +x to default_umodes in the example confs, since we're loading ip_cloaking by default. --- doc/example.conf | 10 +++++----- doc/reference.conf | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/example.conf b/doc/example.conf index 0d261d1..015d8b8 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -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"; diff --git a/doc/reference.conf b/doc/reference.conf index b53c46f..000a6eb 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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".