Request the draft/message-redaction capability

This commit is contained in:
Valentin Lorentz 2023-05-26 21:14:28 +02:00
parent 21b7408ca8
commit 10152d79ee

View File

@ -1786,7 +1786,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
"""
REQUEST_EXPERIMENTAL_CAPABILITIES = set(['draft/account-registration',
'draft/multiline'])
'draft/message-redaction', 'draft/multiline'])
"""Like REQUEST_CAPABILITIES, but these capabilities are only requested
if supybot.protocols.irc.experimentalExtensions is enabled."""