1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@855 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-11-21 12:56:27 +00:00 committed by cras
parent 8349d88c11
commit d62177df3c

View File

@ -431,7 +431,7 @@ static char *get_server_tag(THEME_REC *theme, TEXT_DEST_REC *dest)
if (servers->next != NULL)
count++;
}
if (count == 2 || lookup_servers != NULL) {
if (count < 2 && lookup_servers != NULL) {
count++;
if (lookup_servers->next != NULL)
count++;