diff options
author | Peter Powell <petpow@saberuk.com> | 2018-09-06 10:09:09 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-02-19 22:53:15 +0000 |
commit | c495b5d9cf8bed4f07c0b77a1f9e98dcc1f62068 (patch) | |
tree | 98e522226c9bb73f2fbb074c88d01c1672248fa0 /docs/conf/modules.conf.example | |
parent | 74136695f88ded34f1413b546ad1b0699404bfe8 (diff) |
Implement support for IRCv3 client-to-client tags.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 2fa3b5042..3f7e5a9f0 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1113,6 +1113,12 @@ #<module name="ircv3_chghost"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# IRCv3 client-to-client tags module: Provides the message-tags IRCv3 +# 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"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # IRCv3 echo-message module: Provides the echo-message IRCv3 # extension which allows capable clients to get an acknowledgement when # their messages are delivered and learn what modifications, if any, |