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