X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/f8b60fb5fd7321e9522c9c7ef75723d86068ec8c..c1c91f9438713b71a0b8b7cc9104458c7a6a3b47:/src/s_conf.c diff --git a/src/s_conf.c b/src/s_conf.c index 2016997..c6a1770 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -751,7 +751,7 @@ set_default_conf(void) ConfigChannel.autochanmodes = rb_strdup("nt"); ConfigChannel.exemptchanops = rb_strdup(""); ConfigChannel.use_halfop = YES; - ConfigChannel.use_owner = YES; + ConfigChannel.use_admin = YES; ConfigChannel.use_except = YES; ConfigChannel.use_invex = YES; ConfigChannel.use_knock = YES;