diff options
| author | 2022-03-23 14:33:57 +0000 | |
|---|---|---|
| committer | 2022-03-23 14:33:57 +0000 | |
| commit | 770b8ec19239140dbc690308c3855284b3da346e (patch) | |
| tree | 4d1fecd717aaac150b2497beecb67072aba42882 /docs | |
| parent | Fix our WHO oplevels being incompatible with the WHOX spec. (diff) | |
Add support for blocking invites to the commonchans module.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 77efff761..0d9f76d2e 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -632,6 +632,10 @@ # that users must share a common channel with you to PRIVMSG or NOTICE # you. #<module name="commonchans"> +# +# You can also require a common channel for inviting to another channel +# by uncommenting this: +# <commonchans invite="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Auto join on connect module: Allows you to force users to join one |
