]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/newconf.c
autochanmodes support
[irc/rqf/shadowircd.git] / src / newconf.c
index 05f32fad65464cd36b56aa124cb45396dfdec2af..2f333fe370307e46e75398f89ff273a7d8979594 100644 (file)
@@ -2200,6 +2200,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        },