1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

irc: start at parameter #2 in callback of messages 524/704/705/706 (issue #1772)

This commit is contained in:
Sébastien Helleu
2022-07-02 20:30:50 +02:00
parent 2095887be9
commit bbf55b734c
+1 -1
View File
@@ -6602,7 +6602,7 @@ IRC_PROTOCOL_CALLBACK(help)
if (ignored)
return WEECHAT_RC_OK;
str_message = irc_protocol_string_params (params, num_params - 1, num_params - 1);
str_message = irc_protocol_string_params (params, 2, num_params - 1);
weechat_printf_date_tags (
irc_msgbuffer_get_target_buffer (server, nick, command, NULL, NULL),