Request standard-replies capability

Arbitrary standard-replies are already supported, this signals to servers
that we do.
This commit is contained in:
Valentin Lorentz 2023-02-21 19:10:10 +01:00
parent 922b00c8c3
commit f518579c77
1 changed files with 2 additions and 1 deletions

View File

@ -1776,7 +1776,8 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
'multi-prefix', 'metadata-notify', 'account-tag',
'userhost-in-names', 'invite-notify', 'server-time',
'chghost', 'batch', 'away-notify', 'message-tags',
'msgid', 'setname', 'labeled-response', 'echo-message'])
'msgid', 'setname', 'labeled-response', 'echo-message',
'standard-replies'])
"""IRCv3 capabilities requested when they are available.
echo-message is special-cased to be requested only with labeled-response.