From 31826a2ba2d4074436e93ba93e17032a86dc6258 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 17 Sep 2005 03:48:39 +0000 Subject: make recommendation ip log optional, toggled by BMs. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3181 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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) -- cgit v1.2.3