We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aefd63 commit 2236c75Copy full SHA for 2236c75
src/irclib.py
@@ -1759,7 +1759,8 @@ def resetSasl(self):
1759
To check if a capability was negotiated, use `irc.state.capabilities_ack`.
1760
"""
1761
1762
- REQUEST_EXPERIMENTAL_CAPABILITIES = set(['draft/multiline'])
+ REQUEST_EXPERIMENTAL_CAPABILITIES = set(['draft/account-registration',
1763
+ 'draft/multiline'])
1764
"""Like REQUEST_CAPABILITIES, but these capabilities are only requested
1765
if supybot.protocols.irc.experimentalExtensions is enabled."""
1766
0 commit comments