diff options
| author | 2022-03-27 16:00:19 +0100 | |
|---|---|---|
| committer | 2022-03-27 16:00:42 +0100 | |
| commit | dcd1bdf3dea86ca8c0bdc30c0ad39211fbf09f4b (patch) | |
| tree | 6b89714ca0e6c0db2a5e15cab62c15863fa860cc | |
| parent | Fix unsigned/const keyword ordering, remove unnecessary consts. (diff) | |
Undocument removed config option.
| -rw-r--r-- | docs/conf/modules.conf.example | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index d12006a85..9d345319c 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -568,13 +568,9 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Common channels module: Adds user mode +c, which, when set, requires -# that users must share a common channel with you to PRIVMSG or NOTICE -# you. +# that users must share a common channel with you to PRIVMSG, NOTICE, +# TAGMSG, or INVITE 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 |
