diff options
author | Sadie Powell <sadie@witchery.services> | 2020-01-03 14:55:04 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-01-28 16:29:06 +0000 |
commit | c2a3321540c2178b2752dc102b2f57c8501f468d (patch) | |
tree | 27e5bb8761c961c812c6463bca8c1eeda504e934 /docs | |
parent | 0256a41f6fe9d11baa6a894996c3ab4217f1296a (diff) |
Implement support for the IRCv3 labeled-response specification.
Diffstat (limited to 'docs')
-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 29adff840..d68248163 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1195,6 +1195,12 @@ #<module name="ircv3_invitenotify"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# IRCv3 labeled-response module: Provides the labeled-response IRCv3 +# extension which allows server responses to be associated with the +# client message which caused them to be sent. +#<module name="ircv3_labeledresponse"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # 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 |