From f3f624d6ec2d4a1c1894a061a960e24f23e6e151 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 14 Nov 2001 21:56:09 +0000 Subject: [PATCH] Yet another bugfix for channel sync. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2006 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/core/channels-query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc/core/channels-query.c b/src/irc/core/channels-query.c index 68e11212..7b483ff7 100644 --- a/src/irc/core/channels-query.c +++ b/src/irc/core/channels-query.c @@ -467,7 +467,7 @@ static void event_end_of_who(IRC_SERVER_REC *server, const char *data) } } - if (failed) { + if (server->one_endofwho && failed) { /* server didn't understand multiple WHO replies, send them again separately */ query_current_error(server);