]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
reference.conf: add drain_reason
[solanum.git] / modules / m_info.c
index 11ab1db9ccef4c1f01c679dbe0296590b2d87099..d1b286f68612ac03631ffdc5ed29155dabdef162 100644 (file)
@@ -581,6 +581,11 @@ static struct InfoStruct info_table[] = {
                "Send messages to @#channel if affected by +z",
                INFO_INTBOOL_YN(&ConfigChannel.opmod_send_statusmsg),
        },
+       {
+               "ip_bans_through_vhost",
+               "Channel IP bans see through dynamic spoofs",
+               INFO_INTBOOL_YN(&ConfigChannel.ip_bans_through_vhost),
+       },
        {
                "hide_opers",
                "Hide all opers from unprivileged users",