summaryrefslogtreecommitdiff
path: root/docs/conf/modules.conf.example
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-04-25 11:31:42 +0100
committerSadie Powell <sadie@witchery.services>2020-05-05 01:49:35 +0100
commit7488b2de62811d7f831e84fb0aeac2345a7f9ee9 (patch)
treeed31fd531583e73a75d79d290e07c80ab4e5fef0 /docs/conf/modules.conf.example
parent054148247e682c8fbebc21080c5bf2b770a9c671 (diff)
Allow enabling the message-tags cap without client-only tags.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r--docs/conf/modules.conf.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index 85180d78d..09d997b32 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -1180,6 +1180,11 @@
# extension which allows clients to add extra data to their messages.
# This is used to support new IRCv3 features such as replies and ids.
#<module name="ircv3_ctctags">
+#
+# If you want to only allow client tags that are intended for processing
+# by the server you can disable the following setting. Doing this is not
+# recommended though as it may break clients.
+#<ctctags allowclientonlytags="yes">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# IRCv3 echo-message module: Provides the echo-message IRCv3