From a9e9d8e71053bf943eff2084b21c18a62d94f89c Mon Sep 17 00:00:00 2001 From: scw Date: Fri, 7 Jan 2005 15:00:17 +0000 Subject: Make BM be able to set whether everyone can post or only board friend can. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2389 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 a7df3568..bbc277dc 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -207,6 +207,7 @@ typedef struct boardheader_t { #define BRD_SYMBOLIC 000100000 /* symbolic link to board */ #define BRD_NOBOO 000200000 /* 不可噓 */ #define BRD_LOCALSAVE 000400000 /* 預設 Local Save */ +#define BRD_RESTRICTEDPOST 001000000 /* 板友才能發文 */ #define BRD_LINK_TARGET(x) ((x)->postexpire) #define GROUPOP() (currmode & MODE_GROUPOP) -- cgit v1.2.3