diff options
author | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-23 19:53:41 +0100 |
---|---|---|
committer | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-28 16:07:42 +0100 |
commit | ce6fef3d0ab8b70a88eaf83decb5a596a7f0e246 (patch) | |
tree | 0a7fa2e8f3f3af39802c5900c00856e96a30e7fb /src/common/notify.c | |
parent | 4057b7dd5852575a415cca8f465b4d419dcbdf9d (diff) |
A few messages missing regarding server-time.
Diffstat (limited to 'src/common/notify.c')
-rw-r--r-- | src/common/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/notify.c b/src/common/notify.c index 96b3a097..944d826c 100644 --- a/src/common/notify.c +++ b/src/common/notify.c @@ -491,7 +491,7 @@ notify_showlist (struct session *sess, const message_tags_data *tags_data) snprintf (outbuf, sizeof (outbuf), _(" %-20s online\n"), notify->name); else snprintf (outbuf, sizeof (outbuf), _(" %-20s offline\n"), notify->name); - PrintText (sess, outbuf); + PrintTextTimeStamp (sess, outbuf, tags_data->timestamp); list = list->next; } if (i) |