fixed #2100
This commit is contained in:
parent
621048dede
commit
2aa799fc26
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Room(TextBuffer):
|
|||
Set the state of the room as not joined, so
|
||||
we can know if we can join it, send messages to it, etc
|
||||
"""
|
||||
self.users = []
|
||||
self.joined = False
|
||||
|
||||
def log_message(self, txt, time, nickname):
|
||||
|
|
Loading…
Reference in a new issue