summaryrefslogtreecommitdiff
path: root/src/room.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/room.py')
-rw-r--r--src/room.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/room.py b/src/room.py
index 0c34b445..1613ecee 100644
--- a/src/room.py
+++ b/src/room.py
@@ -52,7 +52,7 @@ class Room(TextBuffer):
to be
"""
if time is None and self.joined: # don't log the history messages
- logger.groupchat(self.name, nickname, txt)
+ logger.log_message(self.name, nickname, txt)
def do_highlight(self, txt, time, nickname):
"""