diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/board.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 45f4e7e8..1714218c 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -547,7 +547,8 @@ show_brdlist(int head, int clsflag, int newflag) outs(" "); else { if (!GROUPOP() && !HasBoardPerm(B_BH(ptr))) { - prints("%5d Unknown?? 隱板 ?這個板是隱板", head); + prints("%5d %c Unknown?? 隱板 ?這個板是隱板", + head, ptr->myattr & NBRD_TAG ? 'D' : ' '); continue; } } |