1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

irc: add missing tags on self action messages when capability echo-message is enabled (closes #2074)

This commit is contained in:
Sébastien Helleu
2024-02-16 20:58:31 +01:00
parent 162bcb2622
commit 90c87e7553
6 changed files with 90 additions and 46 deletions
+2
View File
@@ -3056,6 +3056,7 @@ irc_protocol_privmsg_display_ctcp_send (struct t_irc_protocol_ctxt *ctxt,
ctxt->server,
ctxt->date,
ctxt->date_usec,
ctxt->tags,
target,
ctxt->address,
"privmsg",
@@ -3347,6 +3348,7 @@ IRC_PROTOCOL_CALLBACK(privmsg)
ctxt->server,
ctxt->date,
ctxt->date_usec,
ctxt->tags,
remote_nick,
ctxt->address,
"privmsg",