From 16c19d9c7d813d8edb36b801635c03128e3aaf10 Mon Sep 17 00:00:00 2001 From: "B.Greenham" Date: Sun, 28 Feb 2010 14:58:44 -0500 Subject: [PATCH] Add lines warning people of the confusion that awaits them upon disabling +ah and rehasing. --- doc/reference.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/reference.conf b/doc/reference.conf index bed4823..7134619 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -694,14 +694,20 @@ channel { /* halfop: Enable/disable channel mode +h, which adds halfop, * a channel status below op that has op powers (kick, ban, mode, etc.) * halfops can only kick/devoice/etc people who are +v or - * do not have any channel status. + * do not have any channel status. Disabling this via rehash will + * cause things which are rather confusing to occur, it is highly + * recommended to restart if you wish to disable this option, though + * it may be enabled by rehash with no problems. */ use_halfop = yes; /* owner: Enable/disable channel mode +a, which adds owner, * a channel status above op that has op powers (kick, ban, mode, etc.) * owners can only be kicked/deownered by other owners, and may kick - * or deop ops and halfops. + * or deop ops and halfops. Disabling this via rehash will + * cause things which are rather confusing to occur, it is highly + * recommended to restart if you wish to disable this option, though + * it may be enabled by rehash with no problems. */ use_owner = yes;