summaryrefslogtreecommitdiffstats
path: root/mbbsd/chat.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-06 21:38:14 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-06 21:38:14 +0800
commite2a6b4b4502bd8926777c9b17747e65528422464 (patch)
tree13e3da9497952ea312802beab4a4ae0ccd32abbb /mbbsd/chat.c
parent2eb5731c5011ca46377f4301965c15cf7750b49a (diff)
downloadpttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar.gz
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar.bz2
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar.lz
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar.xz
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar.zst
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.zip
* refine message with quantity
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4813 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 fcf63144..9ce7d6c3 100644
--- a/mbbsd/chat.c
+++ b/mbbsd/chat.c
@@ -204,7 +204,8 @@ chat_query(char *arg)
char buf[ANSILINELEN], *ptr;
FILE *fp;
- snprintf(buf, sizeof(buf), "%s(%s) " STR_LOGINDAYS " %d ,發表過 %d 篇文章",
+ snprintf(buf, sizeof(buf),
+ "%s(%s) " STR_LOGINDAYS " %d " STR_LOGINDAYS_QTY ",發表過 %d 篇文章",
xuser.userid, xuser.nickname,
xuser.numlogindays, xuser.numposts);
printchatline(buf);