]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
make VERSION not include sid (#118)
[solanum.git] / modules / m_info.c
index 6692951b92cc1540ddefba7d470eed82e359596a..11ab1db9ccef4c1f01c679dbe0296590b2d87099 100644 (file)
@@ -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 } },
 };