mcabber/mcabber/commands.c
changeset 2190 ee3a40ffcd8b
parent 2186 a852aed87ac0
child 2249 bbed6973987a
--- a/mcabber/mcabber/commands.c	Sun Oct 04 19:07:17 2015 +0200
+++ b/mcabber/mcabber/commands.c	Thu Jul 23 23:44:45 2015 +0200
@@ -1333,7 +1333,7 @@
 
   // Hook
   if (!isroom)
-    hk_message_out(bare_jid, rp, 0, hmsg, crypted, xep184);
+    hk_message_out(bare_jid, rp, 0, hmsg, crypted, FALSE, xep184);
 
 send_message_to_return:
   if (hmsg != msg) g_free(hmsg);