summaryrefslogtreecommitdiff
path: root/src/room.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/room.py')
-rw-r--r--src/room.py1
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):