summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-04 20:21:50 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-04 20:21:50 +0800
commit3dd3ec79c7807da0c31411b6981fda8c23d77dab (patch)
treef5db7558d410058dd03aaf720362012581326bef /mbbsd/board.c
parentaf6e9ec70228249a462a9a4fd5aa4977733f9e13 (diff)
downloadpttbbs-3dd3ec79c7807da0c31411b6981fda8c23d77dab.tar
pttbbs-3dd3ec79c7807da0c31411b6981fda8c23d77dab.tar.gz
pttbbs-3dd3ec79c7807da0c31411b6981fda8c23d77dab.tar.bz2
pttbbs-3dd3ec79c7807da0c31411b6981fda8c23d77dab.tar.lz
pttbbs-3dd3ec79c7807da0c31411b6981fda8c23d77dab.tar.xz
pttbbs-3dd3ec79c7807da0c31411b6981fda8c23d77dab.tar.zst
pttbbs-3dd3ec79c7807da0c31411b6981fda8c23d77dab.zip
- dice: no longer supported
- pfterm: more safe check - board: output message finetune git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3899 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index a6704199..4b5a5bd5 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -328,7 +328,7 @@ b_config(void)
prints( " " ANSI_COLOR(1;36) "r" ANSI_RESET
" - %s " ANSI_RESET "推薦文章\n",
(bp->brdattr & BRD_NORECOMMEND) ?
- ANSI_COLOR(1)"不可":"可以");
+ ANSI_COLOR(31)"不可":"可以");
#ifndef OLDRECOMMEND
prints( " " ANSI_COLOR(1;36) "b" ANSI_RESET
@@ -386,12 +386,12 @@ b_config(void)
prints( " " ANSI_COLOR(1;36) "y" ANSI_RESET
" - %s" ANSI_RESET
- " 回文 (群組長以上才可設定此項)\n",
+ " 回文\n",
(bp->brdattr & BRD_NOREPLY) ?
ANSI_COLOR(1)"不可以" : "可以" );
prints( " " ANSI_COLOR(1;36) "e" ANSI_RESET
- " - 發文權限: %s" ANSI_RESET " (站長才可設定此項)\n",
+ " - 發文權限: %s" ANSI_RESET "\n",
(bp->brdattr & BRD_RESTRICTEDPOST) ?
ANSI_COLOR(1)"只有板友才可發文" : "無特別設定" );