1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

Fixed bug in IRC plugin when receiving data from server

This commit is contained in:
Sebastien Helleu
2007-12-12 15:56:32 +01:00
parent 15b2c85ea4
commit 7a8fb5b2da
+2
View File
@@ -1202,6 +1202,8 @@ irc_server_msgq_flush ()
/*new_msg = plugin_modifier_exec (PLUGIN_MODIFIER_IRC_IN,
irc_recv_msgq->server->name,
ptr_data);*/
new_msg = NULL;
/* no changes in new message */
if (new_msg && (strcmp (ptr_data, new_msg) == 0))
{