]> jfr.im git - solanum.git/blobdiff - ircd/newconf.c
Rework oper hiding
[solanum.git] / ircd / newconf.c
index 9830cda3fb38a8aa3f0a13fc252760ab79dbae2d..f63669ec4932d1425c31c4c8b4b258fa1f96ca62 100644 (file)
@@ -2797,6 +2797,7 @@ static struct ConfEntry conf_general_table[] =
        { "max_ratelimit_tokens",       CF_INT,   NULL, 0, &ConfigFileEntry.max_ratelimit_tokens        },
        { "away_interval",              CF_INT,   NULL, 0, &ConfigFileEntry.away_interval               },
        { "hide_opers_in_whois",        CF_YESNO, NULL, 0, &ConfigFileEntry.hide_opers_in_whois         },
+       { "hide_opers",         CF_YESNO, NULL, 0, &ConfigFileEntry.hide_opers          },
        { "certfp_method",      CF_STRING, conf_set_general_certfp_method, 0, NULL },
        { "\0",                 0,        NULL, 0, NULL }
 };