From f6e5cd186f41d4ce48d9341b16e7650bed431030 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 3 Feb 2014 09:34:19 +0100 Subject: Log our own message with the otr plugin if configured --- plugins/otr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/otr.py b/plugins/otr.py index d453f2bd..a1bc7a45 100644 --- a/plugins/otr.py +++ b/plugins/otr.py @@ -487,7 +487,7 @@ class Plugin(BasePlugin): nick_color=theming.get_theme().COLOR_OWN_NICK, identifier=msg['id'], jid=self.core.xmpp.boundjid, - typ=0) + typ=ctx.log) # remove everything from the message so that it doesn’t get sent del msg['body'] del msg['replace'] -- cgit v1.2.3