diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-01-07 23:00:17 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-01-07 23:00:17 +0800 |
commit | a9e9d8e71053bf943eff2084b21c18a62d94f89c (patch) | |
tree | f0c8562b44ad6c6d78384a01501c6b06bfb85f4e /include | |
parent | 2409b9e7fc94c497502e83ff07de7142888a3009 (diff) | |
download | pttbbs-a9e9d8e71053bf943eff2084b21c18a62d94f89c.tar pttbbs-a9e9d8e71053bf943eff2084b21c18a62d94f89c.tar.gz pttbbs-a9e9d8e71053bf943eff2084b21c18a62d94f89c.tar.bz2 pttbbs-a9e9d8e71053bf943eff2084b21c18a62d94f89c.tar.lz pttbbs-a9e9d8e71053bf943eff2084b21c18a62d94f89c.tar.xz pttbbs-a9e9d8e71053bf943eff2084b21c18a62d94f89c.tar.zst pttbbs-a9e9d8e71053bf943eff2084b21c18a62d94f89c.zip |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |