diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-17 11:48:39 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-17 11:48:39 +0800 |
commit | 31826a2ba2d4074436e93ba93e17032a86dc6258 (patch) | |
tree | 9fa5116d6a831d51a16dda7c7bc59086dadeab31 /include | |
parent | b33550c03caad20008f5c71375865f2d0e06fbee (diff) | |
download | pttbbs-31826a2ba2d4074436e93ba93e17032a86dc6258.tar pttbbs-31826a2ba2d4074436e93ba93e17032a86dc6258.tar.gz pttbbs-31826a2ba2d4074436e93ba93e17032a86dc6258.tar.bz2 pttbbs-31826a2ba2d4074436e93ba93e17032a86dc6258.tar.lz pttbbs-31826a2ba2d4074436e93ba93e17032a86dc6258.tar.xz pttbbs-31826a2ba2d4074436e93ba93e17032a86dc6258.tar.zst pttbbs-31826a2ba2d4074436e93ba93e17032a86dc6258.zip |
make recommendation ip log optional,
toggled by BMs.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3181 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 096b91da..3da51384 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -198,6 +198,7 @@ typedef struct boardheader_t { char pad3[49]; } boardheader_t; +/* 下面是八進位喔 */ #define BRD_NOZAP 000000001 /* 不可zap */ #define BRD_NOCOUNT 000000002 /* 不列入統計 */ #define BRD_NOTRAN 000000004 /* 不轉信 */ @@ -221,6 +222,7 @@ typedef struct boardheader_t { #define BRD_COOLDOWN 004000000 /* 冷靜 */ #define BRD_CPLOG 010000000 /* 自動留轉錄記錄 */ #define BRD_NOFASTRECMD 020000000 /* 禁止快速推文 */ +#define BRD_IPLOGRECMD 040000000 /* 推文記錄 IP */ #define BRD_LINK_TARGET(x) ((x)->postexpire) #define GROUPOP() (currmode & MODE_GROUPOP) |