From bfdda17b7f5047100da7c9d0050cad487b037a0e Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 29 Sep 2015 00:53:58 +0100 Subject: Fix last active query --- src/event/server_events.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/event') diff --git a/src/event/server_events.c b/src/event/server_events.c index 7b24f6b9..ea181865 100644 --- a/src/event/server_events.c +++ b/src/event/server_events.c @@ -743,9 +743,9 @@ sv_ev_lastactivity_response(const char * const from, const int seconds, const ch // full jid or bare jid if (jidp->resourcepart || jidp->localpart) { if (msg) { - cons_show("%s last active %d, status: %s", from, seconds, msg); + cons_show("%s last active %d seconds ago, status: %s", from, seconds, msg); } else { - cons_show("%s last active %d", from, seconds); + cons_show("%s last active %d seconds ago.", from, seconds); } // domain only -- cgit 1.4.1-2-gfad0