summaryrefslogtreecommitdiffstats
path: root/sample/pttbbs.conf
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-31 12:40:51 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-31 12:40:51 +0800
commit70dfe52e0ce1739dab5daff7308892d828c705c4 (patch)
treee64e07e614e2eec0c7d69d8b6f4938070841325e /sample/pttbbs.conf
parent314a95259dcccb82415c41b590ed36eb96719144 (diff)
downloadpttbbs-70dfe52e0ce1739dab5daff7308892d828c705c4.tar
pttbbs-70dfe52e0ce1739dab5daff7308892d828c705c4.tar.gz
pttbbs-70dfe52e0ce1739dab5daff7308892d828c705c4.tar.bz2
pttbbs-70dfe52e0ce1739dab5daff7308892d828c705c4.tar.lz
pttbbs-70dfe52e0ce1739dab5daff7308892d828c705c4.tar.xz
pttbbs-70dfe52e0ce1739dab5daff7308892d828c705c4.tar.zst
pttbbs-70dfe52e0ce1739dab5daff7308892d828c705c4.zip
- better flush/synchronization flow
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3767 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r--sample/pttbbs.conf10
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)
/* 贈送信箱 */