diff options
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 2104cf0e..4ba8f16b 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -217,7 +217,7 @@ typedef struct boardheader_t { #define BRD_RESTRICTEDPOST 001000000 /* 板友才能發文 */ #define BRD_GUESTPOST 002000000 /* guest能 post */ #define BRD_COOLDOWN 004000000 /* 冷靜 */ -#define BRD_NOCPLOG 010000000 /* 不會自動留轉錄記錄 */ +#define BRD_CPLOG 010000000 /* 自動留轉錄記錄 */ #define BRD_LINK_TARGET(x) ((x)->postexpire) #define GROUPOP() (currmode & MODE_GROUPOP) |