Request msgid capability.

This commit is contained in:
Valentin Lorentz 2019-12-05 21:10:31 +01:00
parent 981a3b245a
commit 1ed47f802f
1 changed files with 2 additions and 1 deletions

View File

@ -1062,7 +1062,8 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
REQUEST_CAPABILITIES = set(['account-notify', 'extended-join',
'multi-prefix', 'metadata-notify', 'account-tag',
'userhost-in-names', 'invite-notify', 'server-time',
'chghost', 'batch', 'away-notify', 'message-tags'])
'chghost', 'batch', 'away-notify', 'message-tags',
'msgid'])
def _queueConnectMessages(self):
if self.zombie: