Add lines warning people of the confusion that awaits them upon disabling +ah and rehasing.

This commit is contained in:
B.Greenham 2010-02-28 14:58:44 -05:00
parent 77f41d510f
commit 16c19d9c7d
1 changed files with 8 additions and 2 deletions

View File

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