mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Add support for 'message-tags' capability, to receive TAGMSGs.
This commit is contained in:
parent
f0e75679fe
commit
76699ec063
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user