From 0283b33c66acb173a2cb7bac19a79048c755cd41 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 22 Jul 2005 19:33:38 +0000 Subject: option to toggle cp auto log for both entire site def and board conf. also updated board conf (for recommendation/cp auto log) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2944 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index 348187fc..2104cf0e 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -216,9 +216,8 @@ typedef struct boardheader_t { #define BRD_LOCALSAVE 000400000 /* 預設 Local Save */ #define BRD_RESTRICTEDPOST 001000000 /* 板友才能發文 */ #define BRD_GUESTPOST 002000000 /* guest能 post */ -#ifdef USE_COOLDOWN #define BRD_COOLDOWN 004000000 /* 冷靜 */ -#endif +#define BRD_NOCPLOG 010000000 /* 不會自動留轉錄記錄 */ #define BRD_LINK_TARGET(x) ((x)->postexpire) #define GROUPOP() (currmode & MODE_GROUPOP) -- cgit v1.2.3