From 7204388338e4e7445afd399a2e1c4947f86fbce3 Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 4 Jul 2005 06:52:14 +0000 Subject: apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/g turn off FOREIGN_REG by default in sample/pttbbs.conf git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2887 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/chat.c') 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); -- cgit v1.2.3