This commit is contained in:
Florent Le Coz 2011-01-12 17:12:25 +01:00
parent 621048dede
commit 2aa799fc26

View file

@ -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):