summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 4ba8f16b..43d66582 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -218,6 +218,7 @@ typedef struct boardheader_t {
#define BRD_GUESTPOST 002000000 /* guest能 post */
#define BRD_COOLDOWN 004000000 /* 冷靜 */
#define BRD_CPLOG 010000000 /* 自動留轉錄記錄 */
+#define BRD_NOFASTRECMD 020000000 /* 禁止快速推文 */
#define BRD_LINK_TARGET(x) ((x)->postexpire)
#define GROUPOP() (currmode & MODE_GROUPOP)