summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-26 00:56:33 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-26 00:56:33 +0800
commit64d82081dd1094c9d645a8702b9199f54dd0a52d (patch)
treebbeb49891d051202f6cae05472c0fa2c91060462 /mbbsd/bbs.c
parentcd4af722552c4606f8350596c4c56284800763ec (diff)
downloadpttbbs-64d82081dd1094c9d645a8702b9199f54dd0a52d.tar
pttbbs-64d82081dd1094c9d645a8702b9199f54dd0a52d.tar.gz
pttbbs-64d82081dd1094c9d645a8702b9199f54dd0a52d.tar.bz2
pttbbs-64d82081dd1094c9d645a8702b9199f54dd0a52d.tar.lz
pttbbs-64d82081dd1094c9d645a8702b9199f54dd0a52d.tar.xz
pttbbs-64d82081dd1094c9d645a8702b9199f54dd0a52d.tar.zst
pttbbs-64d82081dd1094c9d645a8702b9199f54dd0a52d.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@232 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 78d3d4de..7c757496 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1,4 +1,4 @@
-/* $Id: bbs.c,v 1.22 2002/05/25 14:24:25 ptt Exp $ */
+/* $Id: bbs.c,v 1.23 2002/05/25 16:56:33 ptt Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -1144,8 +1144,9 @@ static int recommend(int ent, fileheader_t *fhdr, char *direct) {
if (!(currmode & MODE_BOARD) && getuser(cuser.userid) &&
now - xuser.recommend < 60 )
{
- outmsg("離上次推薦時間太近囉, 請多花點時間仔細閱\讀文章!");
- sleep(1);
+ move(b_lines-1,0);
+ prints("離上次推薦時間太近囉, 請多花點時間仔細閱\讀文章!");
+ pressanykey();
return FULLUPDATE;
}