mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Yet another bugfix for channel sync.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2006 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2c68c8b7db
commit
f3f624d6ec
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user