X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/846aa234b8ef9717163325a92d04daf783728615..0b7d7dd9604ffe6593da3035f3357e7c3aa2fbe8:/doc/reference.conf diff --git a/doc/reference.conf b/doc/reference.conf index 34d98da..e019e39 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -678,6 +678,20 @@ channel { */ autochanmodes = "nt"; + /* halfop: Enable/disable channel mode +h, which adds halfop, + * a channel status below op that has op powers (kick, ban, mode, etc.) + * halfops can only kick/devoice/etc people who are +v or + * do not have any channel status. + */ + use_halfop = yes; + + /* owner: Enable/disable channel mode +a, which adds owner, + * a channel status above op that has op powers (kick, ban, mode, etc.) + * owners can only be kicked/deownered by other owners, and may kick + * or deop ops and halfops. + */ + use_owner = yes; + /* invex: Enable/disable channel mode +I, a n!u@h list of masks * that can join a +i channel without an invite. */