mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fixed /me messages in chat room history
This commit is contained in:
parent
84f441b9e1
commit
71ed9ac2d1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user