summaryrefslogtreecommitdiffstats
path: root/util/xchatd.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/xchatd.c')
-rw-r--r--util/xchatd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xchatd.c b/util/xchatd.c
index d0b4cad4..8e2373b5 100644
--- a/util/xchatd.c
+++ b/util/xchatd.c
@@ -735,7 +735,7 @@ chat_query(ChatUser *cu, char *msg)
if (acct_load(&xuser, msg) >= 0)
{
snprintf(chatbuf, sizeof(chatbuf), "%s(%s) 共上站 %d 次,文章 %d 篇",
- xuser.userid, xuser.username, xuser.numlogins, xuser.numposts);
+ xuser.userid, xuser.nickname, xuser.numlogins, xuser.numposts);
send_to_user(cu, chatbuf, 0, MSG_MESSAGE);
snprintf(chatbuf, sizeof(chatbuf), "最近(%s)從(%s)上站", Ctime(&xuser.lastlogin),