diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/pttbbs.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 734bf743..b54c4c5d 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -47,7 +47,7 @@ #define GLOBAL_BUGREPORT BBSMNAME "Bug" /* 法律訴訟的板 */ #define GLOBAL_LAW BBSMNAME "Law" -/* 新手板 */ +/* 新手板(會自動進我的最愛) */ #define GLOBAL_NEWBIE BBSMNAME "NewHand" /* 外國板 */ #define GLOBAL_FOREIGN BBSMNAME "Foreign" @@ -72,7 +72,11 @@ /* 最大編輯行數, 以防有惡意使用者 post 巨大文章 */ -#define MAX_EDIT_LINE 2048 +#define MAX_EDIT_LINE (2048) +#define MAX_EDIT_LINE_LARGE (32000) + +/* 若定義則啟用修文自動合併系統 */ +#define EDITPOST_SMARTMERGE /* 若定義, 則可以免費隱形 */ #define HAVE_FREECLOAK 1 @@ -248,7 +252,7 @@ /* 若定義, 新板設定自動開記錄,不過 USE_AUTOCPLOG 還是要開才有用 */ #define DEFAULT_AUTOCPLOG -/* 若定義,少於此數目的金錢將不開發票 */ +/* 若定義,少於此數目的金錢將不開發票,也不能對獎 */ #define VICE_MIN (100) /* 贈送信箱 */ |