]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/newconf.c
branch merge
[irc/rqf/shadowircd.git] / src / newconf.c
index 50ceefc02a37f97348beaa4d9f019ca7ee5a838a..4861bc28580496392ef7ab387fe07fbf9a2fb09f 100644 (file)
@@ -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        },