Add support for 'message-tags' capability, to receive TAGMSGs.

This commit is contained in:
Valentin Lorentz 2019-05-08 21:19:53 +02:00
parent f0e75679fe
commit 76699ec063

View File

@ -1034,7 +1034,7 @@ 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'])
'chghost', 'batch', 'away-notify', 'message-tags'])
def _queueConnectMessages(self):
if self.zombie: