From ba7ae8e103e892e3df009b7a919cb2eb62120348 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 19 Mar 2013 16:50:31 +0000 Subject: No money in FILE_POST articles. #1HI2y7MN (PttBug) [ptt.cc] git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5810 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/bbs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c index bd31ac27..3486c986 100644 --- a/pttbbs/mbbsd/bbs.c +++ b/pttbbs/mbbsd/bbs.c @@ -39,7 +39,8 @@ enum { * please help verify and finish these. */ /* modes to invalid multi.money */ -#define INVALIDMONEY_MODES (FILE_ANONYMOUS | FILE_BOTTOM | FILE_DIGEST | FILE_BID) +#define INVALIDMONEY_MODES (FILE_ANONYMOUS | FILE_BOTTOM | FILE_DIGEST | \ + FILE_VOTE | FILE_BID) /** * Test if the fhdr looks like really belong to user -- cgit v1.2.3