From 706f2ddf1ac07cf2ec6dbca92834bb1f5f3300de Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Sun, 21 Mar 2010 01:06:57 -0400 Subject: [PATCH] Add the note that no_oper_flood needs to be enabled for true_no_oper_flood to work correctly. --- doc/reference.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/reference.conf b/doc/reference.conf index bc1262f..4fa38ca 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -1287,6 +1287,7 @@ general { /* true no oper flood: Allow opers to NEVER hit flood limits. * With the above setting, flood limits are set to 4x what they * 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. */ true_no_oper_flood = no;