X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/27076304513944dc12dd9232977019dc43bc3a1f..f8838806ef332738fd17e725c9e7d5b1418a9756:/modules/m_info.c diff --git a/modules/m_info.c b/modules/m_info.c index 6692951b..11ab1db9 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -406,11 +406,6 @@ static struct InfoStruct info_table[] = { "STATS C output is only shown to operators", INFO_INTBOOL_YN(&ConfigFileEntry.stats_c_oper_only), }, - { - "stats_h_oper_only", - "STATS H output is only shown to operators", - INFO_INTBOOL_YN(&ConfigFileEntry.stats_h_oper_only), - }, { "stats_i_oper_only", "STATS I output is only shown to operators", @@ -616,6 +611,11 @@ static struct InfoStruct info_table[] = { "Links rehash delay", INFO_DECIMAL(&ConfigServerHide.links_delay), }, + { + "oper_secure_only", + "Require TLS to become an oper", + INFO_INTBOOL_YN(&ConfigFileEntry.oper_secure_only), + }, { NULL, NULL, 0, { NULL } }, };