diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-11-06 03:37:37 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-11-06 03:37:37 +0800 |
commit | bf11c528c6e3ea9009c60e696862f8756cf7bf41 (patch) | |
tree | caaa1ee0ec767e3ecc9e3ca3fd4fb23ea92c6f22 /mbbsd | |
parent | 5c154399cd0d48ab5b37579e6e353adb7f02231e (diff) | |
download | pttbbs-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
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/board.c | 2 |
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) |