This commit is contained in:
Alexander Cherniuk 2009-11-27 10:50:24 +02:00
parent 24cea09fbd
commit 3fe45b5a56
1 changed files with 3 additions and 1 deletions

View File

@ -1336,7 +1336,9 @@ class GroupchatControl(ChatControlBase):
'nick': nick,
'reason': _('system shutdown') }
self.print_conversation(s, 'info', tim=tim, graphics=False)
elif 'destroyed' in statusCode: # Room has been destroyed
# Room has been destroyed.
elif 'destroyed' in statusCode:
self.autorejoin = False
self.print_conversation(reason, 'info', tim, graphics=False)
if len(gajim.events.get_events(self.account, jid=fake_jid,