Update refrence.conf's explanation of invex/except with warnings about disabling them via rehash.

This commit is contained in:
B.Greenham 2010-02-28 16:50:51 -05:00
parent a04002a292
commit fdbbf311ef
1 changed files with 8 additions and 2 deletions

View File

@ -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;