Fix a bad indentation

This commit is contained in:
mathieui 2017-10-14 16:34:50 +02:00
parent 514434f446
commit 1c43683275

View file

@ -372,7 +372,7 @@ class MucTab(ChatTab):
self.core.room_error(presence, self.name)
elif not self.joined:
if '110' in status_codes:
self.process_presence_buffer(presence)
self.process_presence_buffer(presence)
else:
self.presence_buffer.append(presence)
return