diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-14 21:56:09 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-14 21:56:09 +0000 |
commit | f3f624d6ec2d4a1c1894a061a960e24f23e6e151 (patch) | |
tree | be30fe809d4be55876679393290271ac4a9c5bc3 /src | |
parent | 2c68c8b7db2025317e20f419f7fd5a23ee55cfa3 (diff) | |
download | irssi-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.c | 2 |
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); |