]> jfr.im git - solanum.git/blobdiff - ircd/newconf.c
Make 5614c9e6f0b (opmod as fake statusmsg) optional
[solanum.git] / ircd / newconf.c
index b69c3bfc1224834e9c9588ad88bc683b11164856..5d9bdf8ffe4939de1692765c90f1269106f2ea11 100644 (file)
@@ -2830,6 +2830,7 @@ static struct ConfEntry conf_channel_table[] =
        { "autochanmodes",      CF_QSTRING, conf_set_channel_autochanmodes, 0, NULL     },
        { "displayed_usercount",        CF_INT, NULL, 0, &ConfigChannel.displayed_usercount     },
        { "strip_topic_colors", CF_YESNO, NULL, 0, &ConfigChannel.strip_topic_colors    },
+       { "opmod_send_statusmsg", CF_YESNO, NULL, 0, &ConfigChannel.opmod_send_statusmsg        },
        { "\0",                 0,        NULL, 0, NULL }
 };