diff frontends/src/quick_frontend/quick_chat.py @ 531:3bd8f84f920d

primitivus: fixed info messages timestamp
author Goffi <goffi@goffi.org>
date Sun, 28 Oct 2012 17:59:24 +0100
parents 8ee9113d307b
children 428fa16363e7
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat.py	Sun Oct 28 17:58:47 2012 +0100
+++ b/frontends/src/quick_frontend/quick_chat.py	Sun Oct 28 17:59:24 2012 +0100
@@ -130,7 +130,7 @@
         nick = self._get_nick(jid) 
         mymess = (jid.resource == self.nick) if self.type == "group" else (jid.short == self.host.profiles[profile]['whoami'].short) #mymess = True if message comes from local user
         if msg.startswith('/me '):
-            self.printInfo('* %s %s' % (nick, msg[4:]),type='me')
+            self.printInfo('* %s %s' % (nick, msg[4:]),type='me', timestamp=timestamp)
             return
         return jid, nick, mymess