summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-14 21:56:09 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-14 21:56:09 +0000
commitf3f624d6ec2d4a1c1894a061a960e24f23e6e151 (patch)
treebe30fe809d4be55876679393290271ac4a9c5bc3 /src
parent2c68c8b7db2025317e20f419f7fd5a23ee55cfa3 (diff)
downloadirssi-f3f624d6ec2d4a1c1894a061a960e24f23e6e151.zip
Yet another bugfix for channel sync.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2006 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r--src/irc/core/channels-query.c2
1 files changed, 1 insertions, 1 deletions
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);