summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index de24e900..778f1ed8 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1003,6 +1003,10 @@ show_brdlist(int head, int clsflag, int newflag)
if (B_BH(ptr)->brdattr & BRD_BAD)
prints(" X ");
+ else if (B_BH(ptr)->nuser >= 5000)
+ prints("\033[1;34mĂz!\033[m");
+ else if (B_BH(ptr)->nuser >= 2000)
+ prints("\033[1;31mĂz!\033[m");
else if (B_BH(ptr)->nuser >= 1000)
prints("\033[1mĂz!\033[m");
else if (B_BH(ptr)->nuser >= 100)