mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 09:16:22 +00:00
Fixed /me messages in chat room history
This commit is contained in:
@@ -1765,6 +1765,7 @@ _ui_room_history(const char * const room_jid, const char * const nick,
|
|||||||
if (strncmp(message, "/me ", 4) == 0) {
|
if (strncmp(message, "/me ", 4) == 0) {
|
||||||
g_string_append(line, "*");
|
g_string_append(line, "*");
|
||||||
g_string_append(line, nick);
|
g_string_append(line, nick);
|
||||||
|
g_string_append(line, " ");
|
||||||
g_string_append(line, message + 4);
|
g_string_append(line, message + 4);
|
||||||
} else {
|
} else {
|
||||||
g_string_append(line, nick);
|
g_string_append(line, nick);
|
||||||
|
|||||||
Reference in New Issue
Block a user