mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user