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

irc: display STATUSMSG actions differently from standard actions on channels (closes #1577, issue #139)

This commit is contained in:
Sébastien Helleu
2023-05-27 09:32:52 +02:00
parent 93d447ffc7
commit 0babf5db23
20 changed files with 251 additions and 158 deletions
+3 -2
View File
@@ -3059,7 +3059,8 @@ IRC_PROTOCOL_CALLBACK(privmsg)
else
{
irc_ctcp_recv (server, date, tags, command, ptr_channel,
address, nick, NULL, msg_args, irc_message);
params[0], address, nick, NULL, msg_args,
irc_message);
}
goto end;
}
@@ -3165,7 +3166,7 @@ IRC_PROTOCOL_CALLBACK(privmsg)
}
else
{
irc_ctcp_recv (server, date, tags, command, NULL,
irc_ctcp_recv (server, date, tags, command, NULL, params[0],
address, nick, remote_nick, msg_args, irc_message);
}
goto end;