mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
Request standard-replies capability
Arbitrary standard-replies are already supported, this signals to servers that we do.
This commit is contained in:
parent
922b00c8c3
commit
f518579c77
@ -1776,7 +1776,8 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
|
|||||||
'multi-prefix', 'metadata-notify', 'account-tag',
|
'multi-prefix', 'metadata-notify', 'account-tag',
|
||||||
'userhost-in-names', 'invite-notify', 'server-time',
|
'userhost-in-names', 'invite-notify', 'server-time',
|
||||||
'chghost', 'batch', 'away-notify', 'message-tags',
|
'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.
|
"""IRCv3 capabilities requested when they are available.
|
||||||
|
|
||||||
echo-message is special-cased to be requested only with labeled-response.
|
echo-message is special-cased to be requested only with labeled-response.
|
||||||
|
Loading…
Reference in New Issue
Block a user