X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/846aa234b8ef9717163325a92d04daf783728615..ce3ec6fbd33c755592e5877bef45fb44935ef4d9:/src/newconf.c diff --git a/src/newconf.c b/src/newconf.c index 9488ba5..b849033 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -2221,6 +2221,8 @@ static struct ConfEntry conf_channel_table[] = { "only_ascii_channels", CF_YESNO, NULL, 0, &ConfigChannel.only_ascii_channels }, { "cycle_host_change", CF_YESNO, NULL, 0, &ConfigChannel.cycle_host_change }, { "host_in_topic", CF_YESNO, NULL, 0, &ConfigChannel.host_in_topic }, + { "use_halfop", CF_YESNO, NULL, 0, &ConfigChannel.use_halfop }, + { "use_owner", CF_YESNO, NULL, 0, &ConfigChannel.use_owner }, { "use_except", CF_YESNO, NULL, 0, &ConfigChannel.use_except }, { "use_invex", CF_YESNO, NULL, 0, &ConfigChannel.use_invex }, { "use_knock", CF_YESNO, NULL, 0, &ConfigChannel.use_knock },