From b14890de5407689555b1fcc293455fb77d306afd Mon Sep 17 00:00:00 2001 From: Sven Moritz Hallberg Date: Mon, 18 Feb 2008 10:42:25 +0100 Subject: fix "purple background" bug *sigh* :P --- otr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otr.c') diff --git a/otr.c b/otr.c index 3fdd61b1..6451568c 100644 --- a/otr.c +++ b/otr.c @@ -343,7 +343,7 @@ char *otr_handle_message(struct im_connection *ic, const char *handle, const cha color=3; /* green */ else color=5; /* red */ - colormsg = g_strdup_printf("\x03%.2d%s\x0F", color, newmsg); + colormsg = g_strdup_printf("\x03%.2d,00%s\x0F", color, newmsg); } else { colormsg = g_strdup(newmsg); } -- cgit v1.2.3