1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

Fix crash with some highlights in IRC plugin (bug #23342)

This commit is contained in:
Sebastien Helleu
2008-05-25 22:53:01 +02:00
parent a5ec4b7dec
commit fb1b3e7cff
+1 -1
View File
@@ -2234,7 +2234,7 @@ irc_protocol_cmd_privmsg (struct t_irc_server *server, char *command,
ptr_channel->topic);
if (highlight
|| irc_protocol_is_highlight (pos, server->nick))
|| irc_protocol_is_highlight (pos_args, server->nick))
{
weechat_printf_tags (ptr_channel->buffer,
"irc_privmsg",