Clarify no_oper_flood option in the reference.conf
This commit is contained in:
parent
5882de85a4
commit
fa6495b47f
|
@ -1306,13 +1306,17 @@ general {
|
||||||
/* disable auth: disables identd checking */
|
/* disable auth: disables identd checking */
|
||||||
disable_auth = no;
|
disable_auth = no;
|
||||||
|
|
||||||
/* no oper flood: increase flood limits for opers. */
|
/* no oper flood: increase flood limits for opers.
|
||||||
|
* This option quadruples the user command flood limits, it
|
||||||
|
* DOES NOT affect PRIVMSG/NOTICE usage.
|
||||||
|
*/
|
||||||
no_oper_flood = yes;
|
no_oper_flood = yes;
|
||||||
|
|
||||||
/* 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.
|
* For this setting to work, you need to have no_oper_flood enabled as well.
|
||||||
|
* This option DOES allow PRIVMSG/NOTICE flooding.
|
||||||
* 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