summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-05 16:06:48 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-05 16:06:48 +0800
commit90b27a19f766dd7a3ec1f7c8e02034c7f204aa34 (patch)
treecaaa1ee0ec767e3ecc9e3ca3fd4fb23ea92c6f22
parent6a5c153b0c76c46500e68f98e0aa44b50e6270d9 (diff)
downloadpttbbs-90b27a19f766dd7a3ec1f7c8e02034c7f204aa34.tar
pttbbs-90b27a19f766dd7a3ec1f7c8e02034c7f204aa34.tar.gz
pttbbs-90b27a19f766dd7a3ec1f7c8e02034c7f204aa34.tar.bz2
pttbbs-90b27a19f766dd7a3ec1f7c8e02034c7f204aa34.tar.lz
pttbbs-90b27a19f766dd7a3ec1f7c8e02034c7f204aa34.tar.xz
pttbbs-90b27a19f766dd7a3ec1f7c8e02034c7f204aa34.tar.zst
pttbbs-90b27a19f766dd7a3ec1f7c8e02034c7f204aa34.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1300 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index af29709f..de24e900 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1003,6 +1003,8 @@ 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[1mĂz!\033[m");
else if (B_BH(ptr)->nuser >= 100)
prints("\033[1mHOT\033[m");
else if (B_BH(ptr)->nuser > 50)