diff mcabber/src/hooks.c @ 625:028c01940490

Show presence timestamps in "/info" and "/room whois"
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Dec 2005 18:39:04 +0100
parents d3020b2c4da2
children a8cb28ca5ff4
line wrap: on
line diff
--- a/mcabber/src/hooks.c	Sat Dec 17 13:48:07 2005 +0100
+++ b/mcabber/src/hooks.c	Sat Dec 17 18:39:04 2005 +0100
@@ -218,8 +218,8 @@
     }
   }
 
-  roster_setstatus(jid, rn, prio, status, status_msg, role_none, affil_none,
-                   NULL);
+  roster_setstatus(jid, rn, prio, status, status_msg, timestamp,
+                   role_none, affil_none, NULL);
   buddylist_build();
   scr_DrawRoster();
   hlog_write_status(jid, 0, status, status_msg);