1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +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 a82bfa0e7e
commit 2566fca78c
+1 -1
View File
@@ -6249,7 +6249,7 @@ IRC_PROTOCOL_CALLBACK(353)
free (prefixes);
}
if (!ptr_channel)
if (!ptr_channel && str_nicks)
{
weechat_printf_date_tags (
irc_msgbuffer_get_target_buffer (