X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/16c19d9c7d813d8edb36b801635c03128e3aaf10..23b98f3f5a888d856c41b85d6222f7ac57cf5756:/doc/reference.conf diff --git a/doc/reference.conf b/doc/reference.conf index 7134619..cf7d45a 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -712,12 +712,18 @@ channel { 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. + * that can join a +i channel without an invite. Disabling this option + * via rehash will leave all previously set invexes hanging around, + * though they will not do anything. For this reason, you may want to + * restart to disable this option. */ use_invex = yes; /* except: Enable/disable channel mode +e, a n!u@h list of masks - * that can join a channel through a ban (+b). + * that can join a channel through a ban (+b). Disabling this option + * via rehash will leave all previously set excepts hanging around, + * though they will not do anything. For this reason, you may want to + * restart to disable this option. */ use_except = yes; @@ -732,6 +738,12 @@ channel { */ use_knock = yes; + /* local channels: &Channel - a channel that exists only on one server + * people on other servers will not be able to see or join local channels + * from another server. + */ + use_local_channels = yes; + /* knock delay: The amount of time a user must wait between issuing * the knock command. */