X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/837a020a0ce9c54049480aa1b7195a0266ff457f..4355dbd3c9e2325c97dd464c78360edf4a957ade:/src/newconf.c diff --git a/src/newconf.c b/src/newconf.c index 168de2d..4861bc2 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -2199,11 +2199,13 @@ static struct ConfEntry conf_general_table[] = { "ts_warn_delta", CF_TIME, NULL, 0, &ConfigFileEntry.ts_warn_delta }, { "use_whois_actually", CF_YESNO, NULL, 0, &ConfigFileEntry.use_whois_actually }, { "warn_no_nline", CF_YESNO, NULL, 0, &ConfigFileEntry.warn_no_nline }, + { "expire_override_time", CF_TIME, NULL, 0, &ConfigFileEntry.expire_override_time }, { "\0", 0, NULL, 0, NULL } }; static struct ConfEntry conf_channel_table[] = { + { "autochanmodes", CF_QSTRING, NULL, 0, &ConfigChannel.autochanmodes }, { "default_split_user_count", CF_INT, NULL, 0, &ConfigChannel.default_split_user_count }, { "default_split_server_count", CF_INT, NULL, 0, &ConfigChannel.default_split_server_count }, { "burst_topicwho", CF_YESNO, NULL, 0, &ConfigChannel.burst_topicwho },