X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/6485005214c12ef94a50096e96478804b9cef556..f8838806ef332738fd17e725c9e7d5b1418a9756:/modules/m_info.c?ds=sidebyside diff --git a/modules/m_info.c b/modules/m_info.c index fd9888da..11ab1db9 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -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 } }, };