Skip to content

Commit 2236c75

Browse files
committed
irclib: Request draft/account-registration
Servers might reject the REGISTER command if it's not ACKed.
1 parent 5aefd63 commit 2236c75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/irclib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,8 @@ def resetSasl(self):
17591759
To check if a capability was negotiated, use `irc.state.capabilities_ack`.
17601760
"""
17611761

1762-
REQUEST_EXPERIMENTAL_CAPABILITIES = set(['draft/multiline'])
1762+
REQUEST_EXPERIMENTAL_CAPABILITIES = set(['draft/account-registration',
1763+
'draft/multiline'])
17631764
"""Like REQUEST_CAPABILITIES, but these capabilities are only requested
17641765
if supybot.protocols.irc.experimentalExtensions is enabled."""
17651766

0 commit comments

Comments
 (0)