Stop when password unknown

This commit is contained in:
Joscha 2016-05-23 21:35:31 +02:00
parent e5c3d05941
commit fce00ab4e3

View file

@ -354,6 +354,8 @@ class Room():
if self.password is not None:
self.authenticate(self.password)
else:
self.stop()
def _handle_disconnect_event(self, data):
"""