summaryrefslogtreecommitdiff
path: root/src/room.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-01-12 18:34:04 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-01-12 18:34:04 +0100
commitce1fc18e104c9ed963347c50c48a7e40f755027e (patch)
tree11e35a47d8b8001503174920fa567584a7b22a6a /src/room.py
parent22ad96e7aa06e03d380f35d66212cea713dff0f2 (diff)
downloadpoezio-ce1fc18e104c9ed963347c50c48a7e40f755027e.tar.gz
poezio-ce1fc18e104c9ed963347c50c48a7e40f755027e.tar.bz2
poezio-ce1fc18e104c9ed963347c50c48a7e40f755027e.tar.xz
poezio-ce1fc18e104c9ed963347c50c48a7e40f755027e.zip
Log messages from normal and private conversations as well
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):
"""