summaryrefslogtreecommitdiff
path: root/src/room.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-03-19 03:30:51 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-03-19 03:30:51 +0000
commita923d32ee47fab1aa5de01a1c41a8082c108a649 (patch)
tree0f3248fb54f48a149bc71b43dbd7088da98f32b6 /src/room.py
parentd25f061a8bfc71317f045c6b78d98777cd871098 (diff)
downloadpoezio-a923d32ee47fab1aa5de01a1c41a8082c108a649.tar.gz
poezio-a923d32ee47fab1aa5de01a1c41a8082c108a649.tar.bz2
poezio-a923d32ee47fab1aa5de01a1c41a8082c108a649.tar.xz
poezio-a923d32ee47fab1aa5de01a1c41a8082c108a649.zip
fixed #1230 Do not put the 'there is a message' color when the message is from the MUC history
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 87a78107..0c3a5deb 100644
--- a/src/room.py
+++ b/src/room.py
@@ -39,7 +39,7 @@ class Room(object):
self.joined = False
self.users = []
- def add_message(self, nick, msg, date=None):
+ def add_message(self, nick, msg, date=None, delayed=False):
if not date:
date = datetime.now()
color = None