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, 0 insertions, 1 deletions
diff --git a/src/room.py b/src/room.py
index 87a78107..100b2fe5 100644
--- a/src/room.py
+++ b/src/room.py
@@ -37,7 +37,6 @@ class Room(object):
def disconnect(self):
self.joined = False
- self.users = []
def add_message(self, nick, msg, date=None):
if not date: