Add lines warning people of the confusion that awaits them upon disabling +ah and rehasing.
This commit is contained in:
parent
77f41d510f
commit
16c19d9c7d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue