diff mcabber/src/hooks.c @ 190:9c2023d60986

[/trunk] Changeset 202 by mikael * Enable INFO prefix.
author mikael
date Fri, 06 May 2005 15:10:16 +0000
parents b5aa2b9c425a
children 4fcdbfdf7c20
line wrap: on
line diff
--- a/mcabber/src/hooks.c	Fri May 06 14:34:51 2005 +0000
+++ b/mcabber/src/hooks.c	Fri May 06 15:10:16 2005 +0000
@@ -44,7 +44,7 @@
   // Note: the hlog_write should not be called first, because in some
   // cases scr_WriteIncomingMessage() will load the history and we'd
   // have the message twice...
-  scr_WriteIncomingMessage(jid, buffer, timestamp);
+  scr_WriteIncomingMessage(jid, buffer, timestamp, 0);
   hlog_write_message(jid, timestamp, FALSE, buffer);
   hk_ext_cmd(jid, 'M', 'R', NULL);
   free(buffer);