X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/01ef07c1c8f73f0a8ec0951d81b98a5de4a07a65..ac09f70838429a54cd57206e4b5a71080b980b23:/modules/m_info.c diff --git a/modules/m_info.c b/modules/m_info.c index d3c8e8c0..4ffd23b6 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -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,