From fdbbf311ef10d7458bb3c313be02000a75f0972a Mon Sep 17 00:00:00 2001 From: "B.Greenham" Date: Sun, 28 Feb 2010 16:50:51 -0500 Subject: [PATCH] Update refrence.conf's explanation of invex/except with warnings about disabling them via rehash. --- doc/reference.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/reference.conf b/doc/reference.conf index 7134619..8764ddb 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -712,12 +712,18 @@ channel { use_owner = yes; /* invex: Enable/disable channel mode +I, a n!u@h list of masks - * that can join a +i channel without an invite. + * that can join a +i channel without an invite. Disabling this option + * via rehash will leave all previously set invexes hanging around, + * though they will not do anything. For this reason, you may want to + * restart to disable this option. */ use_invex = yes; /* except: Enable/disable channel mode +e, a n!u@h list of masks - * that can join a channel through a ban (+b). + * that can join a channel through a ban (+b). Disabling this option + * via rehash will leave all previously set excepts hanging around, + * though they will not do anything. For this reason, you may want to + * restart to disable this option. */ use_except = yes;