From c4aa391e287b05a8ea19079c3e86e8e239d50d73 Mon Sep 17 00:00:00 2001 From: wens Date: Sat, 22 Jul 2006 05:07:08 +0000 Subject: add no reply to boards git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3382 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index 8b6d6c97..6ee1d3ee 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -228,6 +228,7 @@ typedef struct boardheader_t { #define BRD_NOFASTRECMD 0020000000 /* 禁止快速推文 */ #define BRD_IPLOGRECMD 0040000000 /* 推文記錄 IP */ #define BRD_OVER18 0100000000 /* 十八禁 */ +#define BRD_NOREPLY 0200000000 /* 不可回文 */ #define BRD_LINK_TARGET(x) ((x)->postexpire) #define GROUPOP() (currmode & MODE_GROUPOP) -- cgit v1.2.3