diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/pttbbs.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 2e6031d4..d7890203 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -32,6 +32,12 @@ #define BBSGID 99 /* *** 以下為預設板名 *** */ +/* 安全紀錄 */ +#define GLOBAL_SECURITY "Security" +/* 動態看板的家 */ +#define GLOBAL_NOTE "Note" +/* 紀錄 */ +#define GLOBAL_RECORD "Record" /* 發生錯誤時建議的回報板名為此板 */ #define GLOBAL_BUGREPORT BBSMNAME "Bug" @@ -39,8 +45,6 @@ #define GLOBAL_LAW BBSMNAME "Law" /* 新手板 */ #define GLOBAL_NEWBIE BBSMNAME "NewHand" -/* 動態看板的家 */ -#define GLOBAL_NOTE "Note" /* 外國板 */ #define GLOBAL_FOREIGN BBSMNAME "Foreign" |