summary refs log tree commit diff stats
path: root/src/common/notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/notify.c')
-rw-r--r--src/common/notify.c2
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)