summaryrefslogtreecommitdiffstats
path: root/mbbsd/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chat.c')
-rw-r--r--mbbsd/chat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/chat.c b/mbbsd/chat.c
index e6a78842..f51524ff 100644
--- a/mbbsd/chat.c
+++ b/mbbsd/chat.c
@@ -210,7 +210,8 @@ chat_query(char *arg)
printchatline(buf);
snprintf(buf, sizeof(buf),
- "最近(%s)從[%s]上站", Cdate(&xuser.lastlogin),
+ "最近(%s)從[%s]上站",
+ Cdate(&xuser.lastseen),
(xuser.lasthost[0] ? xuser.lasthost : "(不詳)"));
printchatline(buf);