irc: fix parsing of whois messages in notify
This commit is contained in:
parent
a511771802
commit
87932bcb57
@ -38,6 +38,7 @@ Bug fixes::
|
||||
* aspell: look for suggestions only if the misspelled word has changed (issue #1175)
|
||||
* buflist: add alternate key codes for kbd:[F1]/kbd:[F2] and kbd:[Alt+F1]/kbd:[Alt+F2] (compatibility with terminals)
|
||||
* buflist: fix warning displayed when script buffers.pl is loaded (issue #1274)
|
||||
* irc: fix parsing of whois messages in notify
|
||||
* irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are colons (issue #1296)
|
||||
* irc: return IRC color code instead of WeeChat color code when decoding a too short ANSI color sequence
|
||||
* irc: fix encoding of italic attribute when colors are removed
|
||||
|
@ -925,7 +925,7 @@ irc_notify_hsignal_cb (const void *pointer, void *data, const char *signal,
|
||||
{
|
||||
for (i = 0; i < num_messages; i++)
|
||||
{
|
||||
irc_message_parse (ptr_server, messages[0], NULL, NULL,
|
||||
irc_message_parse (ptr_server, messages[i], NULL, NULL,
|
||||
NULL, NULL, &irc_cmd, NULL, &arguments,
|
||||
NULL, NULL, NULL, NULL, NULL);
|
||||
if (irc_cmd && arguments)
|
||||
|
Loading…
x
Reference in New Issue
Block a user