summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c
index 4838bfe8..4d1da191 100644
--- a/pttbbs/mbbsd/board.c
+++ b/pttbbs/mbbsd/board.c
@@ -1413,6 +1413,10 @@ show_brdlist(int head, int clsflag, int newflag)
if (0)
#endif
outs("ĀR ");
+#ifdef DISABLE_HIDDEN_BOARD_POPULARITY
+ else if (B_BH(ptr)->brdattr & BRD_HIDE)
+ outs(" ");
+#endif
else if (B_BH(ptr)->nuser <= 0)
prints(" %c ", B_BH(ptr)->bvote ? 'V' : ' ');
else if (B_BH(ptr)->nuser <= 10)