summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 2d59ca2e..935de326 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1894,7 +1894,14 @@ recommend(int ent, fileheader_t * fhdr, const char *direct)
outs("本人推薦第一次, 使用 → 加註方式\n");
}
#ifndef DEBUG
- else if (!(currmode & MODE_BOARD)&& now - lastrecommend < 90)
+ else if (!(currmode & MODE_BOARD) &&
+ (now - lastrecommend) < (
+#if 0
+ /* i'm not sure whether this is better or not */
+ (bp->brdattr & BRD_NOFASTRECMD) ?
+ bp->fastrecommend_pause :
+#endif
+ 90))
{
// too close
type = 2;