diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2010-10-18 19:36:06 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2010-10-18 19:36:06 +0800 |
commit | f339198e32a5dfa6181037e7be8908b8abfc155d (patch) | |
tree | 40e46a1f17160f73e46e8a898c90a5d422aa89ea | |
parent | a53b1ebe358b98aa6bb0549a52f3ae6d731cb7c4 (diff) | |
download | pttbbs-f339198e32a5dfa6181037e7be8908b8abfc155d.tar pttbbs-f339198e32a5dfa6181037e7be8908b8abfc155d.tar.gz pttbbs-f339198e32a5dfa6181037e7be8908b8abfc155d.tar.bz2 pttbbs-f339198e32a5dfa6181037e7be8908b8abfc155d.tar.lz pttbbs-f339198e32a5dfa6181037e7be8908b8abfc155d.tar.xz pttbbs-f339198e32a5dfa6181037e7be8908b8abfc155d.tar.zst pttbbs-f339198e32a5dfa6181037e7be8908b8abfc155d.zip |
fix no_self_del_post message
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5124 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c index 1499ab32..55db4ee0 100644 --- a/pttbbs/mbbsd/board.c +++ b/pttbbs/mbbsd/board.c @@ -288,7 +288,7 @@ b_config(void) cachePostRes = CheckPostRestriction(currbid); char canpost = (cachePostPerm && cachePostRes); -#define LNBOARDINFO (18) +#define LNBOARDINFO (19) #define LNPOSTRES (12) #define COLPOSTRES (50) @@ -357,7 +357,7 @@ b_config(void) " - %s" ANSI_RESET " 自刪文章\n", (bp->brdattr & BRD_NOSELFDELPOST) ? - ANSI_COLOR(1)"開放" : "不開放" + ANSI_COLOR(1;31)"不開放" : "開放" ); prints( " " ANSI_COLOR(1;36) "r" ANSI_RESET |