From a923d32ee47fab1aa5de01a1c41a8082c108a649 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Fri, 19 Mar 2010 03:30:51 +0000 Subject: fixed #1230 Do not put the 'there is a message' color when the message is from the MUC history --- src/room.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/room.py') 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 -- cgit v1.2.3