1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

irc: fix first message displayed in raw buffer when the message is modified by a modifier (closes #719)

This commit is contained in:
Sébastien Helleu
2016-04-24 10:10:12 +02:00
parent 7e988871ab
commit c1441b111f
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -2196,8 +2196,7 @@ irc_server_send_one_msg (struct t_irc_server *server, int flags,
{
if (first_message)
{
irc_raw_print (server, IRC_RAW_FLAG_SEND,
(msg_encoded) ? msg_encoded : message);
irc_raw_print (server, IRC_RAW_FLAG_SEND, message);
}
if (new_msg)
{