diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-01-21 17:01:12 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-01-21 17:01:12 +0800 |
commit | 2d06d410d63e0071fe3f7cc9e5be79b521478eab (patch) | |
tree | edbe834e81a306d9734e0357b941d25be7ec05f2 | |
parent | 927c9665ce01fdade6a0846ad60a561320272440 (diff) | |
download | pttbbs-2d06d410d63e0071fe3f7cc9e5be79b521478eab.tar pttbbs-2d06d410d63e0071fe3f7cc9e5be79b521478eab.tar.gz pttbbs-2d06d410d63e0071fe3f7cc9e5be79b521478eab.tar.bz2 pttbbs-2d06d410d63e0071fe3f7cc9e5be79b521478eab.tar.lz pttbbs-2d06d410d63e0071fe3f7cc9e5be79b521478eab.tar.xz pttbbs-2d06d410d63e0071fe3f7cc9e5be79b521478eab.tar.zst pttbbs-2d06d410d63e0071fe3f7cc9e5be79b521478eab.zip |
bbs.c message update to fix the situation
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3268 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 6f32deae..6b0c0f96 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3269,7 +3269,7 @@ int check_cooldown(boardheader_t *bp) for(i=0; i<4; i++) if(bp->nuser>limit[i*2] && posttimesof(usernum)>=limit[i*2+1]) { - vmsgf("對不起,您的文章太水囉!用'X'推薦文章 (限制 %d 分 %d 秒)", + vmsgf("對不起,您的文章或推文太水囉! (限制 %d 分 %d 秒)", diff/60, diff%60); return 1; } |