From 6c63cdb5099e1d2b1dff53481c6241f6f3fbf6e2 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 8 Feb 2021 22:50:07 +0100 Subject: plugins: fix case of self-message due to the recent change in conversation_msg --- plugins/otr.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/otr.py') diff --git a/plugins/otr.py b/plugins/otr.py index 81e1621f..b3848d2d 100644 --- a/plugins/otr.py +++ b/plugins/otr.py @@ -613,6 +613,8 @@ class Plugin(BasePlugin): """ Message received """ + if msg['from'].bare == self.core.xmpp.boundjid.bare: + return format_dict = { 'jid_c': '\x19%s}' % dump_tuple(get_theme().COLOR_MUC_JID), 'info': '\x19%s}' % dump_tuple(get_theme().COLOR_INFORMATION_TEXT), -- cgit v1.2.3