]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
Merge remote-tracking branch 'ophion/upstream/dnsbl-rename'
[solanum.git] / modules / m_info.c
index d3c8e8c0c9c88ff2668bd0ab496a2714e5ca96d7..4ffd23b6f77efdf1ce3b548b05f6e3b1414dab89 100644 (file)
@@ -524,6 +524,12 @@ static struct InfoStruct info_table[] = {
                &ConfigFileEntry.away_interval,
                "The minimum time between aways",
        },
+       {
+               "tls_ciphers_oper_only",
+               OUTPUT_BOOLEAN_YN,
+               &ConfigFileEntry.tls_ciphers_oper_only,
+               "TLS cipher strings are hidden in whois for non-opers",
+       },
        {
                "default_split_server_count",
                OUTPUT_DECIMAL,
@@ -632,6 +638,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,