From 33b6b249ea1b77005a6d2af64111899e2de6791f Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 28 Oct 2003 14:22:26 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1271 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index b28524fe..3fa2a048 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1614,8 +1614,10 @@ mark_post(int ent, fileheader_t * fhdr, char *direct) #ifdef ASSESS if (!(fhdr->filemode & FILE_BID)){ if (fhdr->filemode & FILE_MARKED) + { if(!(currbrdattr&BRD_BAD)) inc_goodpost(searchuser(fhdr->owner), fhdr->recommend / 10); + } else inc_goodpost(searchuser(fhdr->owner), -1 * (fhdr->recommend / 10)); } -- cgit v1.2.3