diff options
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 8b6d6c97..6ee1d3ee 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -228,6 +228,7 @@ typedef struct boardheader_t { #define BRD_NOFASTRECMD 0020000000 /* �T��ֳt���� */ #define BRD_IPLOGRECMD 0040000000 /* ����O�� IP */ #define BRD_OVER18 0100000000 /* �Q�K�T */ +#define BRD_NOREPLY 0200000000 /* ���i�^�� */ #define BRD_LINK_TARGET(x) ((x)->postexpire) #define GROUPOP() (currmode & MODE_GROUPOP) |