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

irc: use str_nicks only if not NULL in callback of message 353

This commit is contained in:
Sébastien Helleu
2023-08-26 18:56:37 +02:00
parent ff4596e45c
commit 42c925b672
+1 -1
View File
@@ -6315,7 +6315,7 @@ IRC_PROTOCOL_CALLBACK(353)
free (prefixes);
}
if (!ptr_channel)
if (!ptr_channel && str_nicks)
{
weechat_printf_date_tags (
irc_msgbuffer_get_target_buffer (