]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
Allow /ojoin !#channel/%#channel, if admin/halfop are enabled.
[irc/rqf/shadowircd.git] / modules / m_info.c
index 4501a185f75854eefd30c139df643254d927a371..e8291271aa19d09fe3521e228ccca2b938210add 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,
@@ -524,6 +530,12 @@ static struct InfoStruct info_table[] = {
                &ConfigFileEntry.warn_no_nline,
                "Display warning if connecting server lacks N-line"
        },
+       {
+               "use_propagated_bans",
+               OUTPUT_BOOLEAN,
+               &ConfigFileEntry.use_propagated_bans,
+               "KLINE sets fully propagated bans"
+       },
        {
                "default_split_server_count",
                OUTPUT_DECIMAL,