From 71ed9ac2d1b50b9063ecb10f183d94a51ccb8d20 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 1 Dec 2014 13:38:17 +0000 Subject: Fixed /me messages in chat room history --- src/ui/core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/ui/core.c b/src/ui/core.c index 95275e64..e9ddc2a1 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -1765,6 +1765,7 @@ _ui_room_history(const char * const room_jid, const char * const nick, if (strncmp(message, "/me ", 4) == 0) { g_string_append(line, "*"); g_string_append(line, nick); + g_string_append(line, " "); g_string_append(line, message + 4); } else { g_string_append(line, nick); -- cgit 1.4.1-2-gfad0