don't stop autoconnect after first account

This commit is contained in:
Yann Leboulanger 2008-03-30 12:05:04 +00:00
parent a6e06b3bca
commit 61be183c8e
1 changed files with 0 additions and 1 deletions

View File

@ -2381,7 +2381,6 @@ class Interface:
shows[show] = [a]
else:
shows[show].append(a)
break
for show in shows:
message = self.roster.get_status_message(show)
if message == None: