]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
Add a missing comment for new /challenge numerics.
[irc/rqf/shadowircd.git] / modules / m_info.c
index 4501a185f75854eefd30c139df643254d927a371..716ca9de6940a9fd51a67803652164dc2986a50f 100644 (file)
@@ -374,6 +374,12 @@ static struct InfoStruct info_table[] = {
                &ConfigFileEntry.no_oper_flood,
                "Disable flood control for operators",
        },
+       {
+               "true_no_oper_flood",
+               OUTPUT_BOOLEAN,
+               &ConfigFileEntry.true_no_oper_flood,
+               "Really disable flood control for opers, not just make it very high",
+       },
        {
                "non_redundant_klines",
                OUTPUT_BOOLEAN,