mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue