Index: src/irc/core/channels-query.c =================================================================== --- src/irc/core/channels-query.c (revision 4274) +++ src/irc/core/channels-query.c (working copy) @@ -274,8 +274,10 @@ if (rec->current_queries != NULL) return; /* old queries haven't been answered yet */ - if (!channels_have_all_names(server)) { + if (server->max_query_chans > 1 && !server->no_multi_who && !server->no_multi_mode && !channels_have_all_names(server)) { /* all channels haven't sent /NAMES list yet */ + /* only do this if there would be a benefit in combining + * queries -- jilles */ return; }