diff options
Diffstat (limited to 'mbbsd')
-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 fb4b53ef..ad7c12bb 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1506,7 +1506,7 @@ recommend(int ent, fileheader_t * fhdr, char *direct) static time_t lastrecommend = 0; bp = getbcache(currbid); - if( bp->brdattr & BRD_NORECOMMEND || !(currmode & MODE_BOARD)){ + if( bp->brdattr & BRD_NORECOMMEND){ vmsg("抱歉, 此處禁止推薦或競標"); return FULLUPDATE; } |