mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-28 22:41:05 -05:00
Request the draft/message-redaction capability
This commit is contained in:
parent
21b7408ca8
commit
10152d79ee
@ -1786,7 +1786,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
REQUEST_EXPERIMENTAL_CAPABILITIES = set(['draft/account-registration',
|
REQUEST_EXPERIMENTAL_CAPABILITIES = set(['draft/account-registration',
|
||||||
'draft/multiline'])
|
'draft/message-redaction', 'draft/multiline'])
|
||||||
"""Like REQUEST_CAPABILITIES, but these capabilities are only requested
|
"""Like REQUEST_CAPABILITIES, but these capabilities are only requested
|
||||||
if supybot.protocols.irc.experimentalExtensions is enabled."""
|
if supybot.protocols.irc.experimentalExtensions is enabled."""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user