summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-06 03:37:37 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-06 03:37:37 +0800
commitbf11c528c6e3ea9009c60e696862f8756cf7bf41 (patch)
treecaaa1ee0ec767e3ecc9e3ca3fd4fb23ea92c6f22
parent5c154399cd0d48ab5b37579e6e353adb7f02231e (diff)
downloadpttbbs-bf11c528c6e3ea9009c60e696862f8756cf7bf41.tar
pttbbs-bf11c528c6e3ea9009c60e696862f8756cf7bf41.tar.gz
pttbbs-bf11c528c6e3ea9009c60e696862f8756cf7bf41.tar.bz2
pttbbs-bf11c528c6e3ea9009c60e696862f8756cf7bf41.tar.lz
pttbbs-bf11c528c6e3ea9009c60e696862f8756cf7bf41.tar.xz
pttbbs-bf11c528c6e3ea9009c60e696862f8756cf7bf41.tar.zst
pttbbs-bf11c528c6e3ea9009c60e696862f8756cf7bf41.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1302 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 26571e01..de24e900 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1004,7 +1004,7 @@ show_brdlist(int head, int clsflag, int newflag)
if (B_BH(ptr)->brdattr & BRD_BAD)
prints(" X ");
else if (B_BH(ptr)->nuser >= 1000)
- prints("\033[1;31mĂz!\033[m");
+ prints("\033[1mĂz!\033[m");
else if (B_BH(ptr)->nuser >= 100)
prints("\033[1mHOT\033[m");
else if (B_BH(ptr)->nuser > 50)