]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
Make 5614c9e6f0b (opmod as fake statusmsg) optional
[solanum.git] / modules / m_info.c
index d3c8e8c0c9c88ff2668bd0ab496a2714e5ca96d7..fa930084aa425fde6a775bd2eaf54f731986d821 100644 (file)
@@ -632,6 +632,12 @@ static struct InfoStruct info_table[] = {
                &ConfigChannel.resv_forcepart,
                "Force-part local users on channel RESV"
        },
+       {
+               "opmod_send_statusmsg",
+               OUTPUT_BOOLEAN_YN,
+               &ConfigChannel.opmod_send_statusmsg,
+               "Send messages to @#channel if affected by +z"
+       },
        {
                "disable_hidden",
                OUTPUT_BOOLEAN_YN,