summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)