From 76699ec0630a8c07ddada7b7da8dd2fdf461e081 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 8 May 2019 21:19:53 +0200 Subject: [PATCH] Add support for 'message-tags' capability, to receive TAGMSGs. --- src/irclib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irclib.py b/src/irclib.py index 23d473152..0fc8dca08 100644 --- a/src/irclib.py +++ b/src/irclib.py @@ -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: