1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

irc: fix display of STATUSMSG CTCP ACTION to channel with cap echo-message enabled (issue #139, issue #1577)

This commit is contained in:
Sébastien Helleu
2023-05-27 15:45:17 +02:00
parent a41dff7acc
commit 649b9d0ca6
2 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -3054,7 +3054,7 @@ IRC_PROTOCOL_CALLBACK(privmsg)
if (nick_is_me)
{
irc_protocol_privmsg_display_ctcp_send (
server, ptr_channel, pos_target, msg_args);
server, ptr_channel, params[0], msg_args);
}
else
{