diff options
author | Peter Powell <petpow@saberuk.com> | 2019-05-15 10:33:42 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-05-15 10:34:01 +0100 |
commit | ba8a3b236a84d42c888a93e4e8cf934062c7a7ea (patch) | |
tree | d1f72198e1cb8125303c39ac50669dde87c15b22 /docs | |
parent | 1a157c1e5c45f627da6f964419bd849a75dbdfe1 (diff) |
Add support for the IRCv3 message id specification.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 8dcdd7d3d..bb8a74dbc 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1168,6 +1168,13 @@ #<module name="ircv3_invitenotify"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# IRCv3 message id module: Provides the msgid IRCv3 extension which +# adds a unique identifier to each message when the message-tags cap +# has been requested. This enables support for modern features such as +# reactions and replies. +#<module name="ircv3_msgid"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # IRCv3 server-time module. Adds the 'time' tag which adds a timestamp # to all messages received from the server. #<module name="ircv3_servertime"> |