X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/5974ba0c558abeedb95067c242de314f6bdce9fa..4355dbd3c9e2325c97dd464c78360edf4a957ade:/src/newconf.c diff --git a/src/newconf.c b/src/newconf.c index 50ceefc..4861bc2 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -2205,6 +2205,7 @@ static struct ConfEntry conf_general_table[] = 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 },