summaryrefslogtreecommitdiffstats
path: root/mbbsd/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chat.c')
-rw-r--r--mbbsd/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chat.c b/mbbsd/chat.c
index d679c18e..3872bc77 100644
--- a/mbbsd/chat.c
+++ b/mbbsd/chat.c
@@ -218,7 +218,7 @@ chat_query(char *arg)
FILE *fp;
snprintf(buf, sizeof(buf), "%s(%s) 共上站 %d 次,發表過 %d 篇文章",
- xuser.userid, xuser.username,
+ xuser.userid, xuser.nickname,
xuser.numlogins, xuser.numposts);
printchatline(buf);