diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/room.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/room.py b/src/room.py index b1b77d1e..0c34b445 100644 --- a/src/room.py +++ b/src/room.py @@ -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): |