Add the note that no_oper_flood needs to be enabled for true_no_oper_flood
to work correctly.
This commit is contained in:
parent
1cc810d3a7
commit
706f2ddf1a
|
@ -1287,6 +1287,7 @@ general {
|
||||||
/* true no oper flood: Allow opers to NEVER hit flood limits.
|
/* true no oper flood: Allow opers to NEVER hit flood limits.
|
||||||
* With the above setting, flood limits are set to 4x what they
|
* With the above setting, flood limits are set to 4x what they
|
||||||
* are for normal users. With this setting, they're removed entirely.
|
* are for normal users. With this setting, they're removed entirely.
|
||||||
|
* For this setting to work, you need to have no_oper_flood enabled as well.
|
||||||
* ENABLE THIS SETTING WITH CAUTION.
|
* ENABLE THIS SETTING WITH CAUTION.
|
||||||
*/
|
*/
|
||||||
true_no_oper_flood = no;
|
true_no_oper_flood = no;
|
||||||
|
|
Loading…
Reference in New Issue