From 90b27a19f766dd7a3ec1f7c8e02034c7f204aa34 Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 5 Nov 2003 08:06:48 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1300 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mbbsd/board.c') 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) -- cgit v1.2.3