diff options
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 94a268d6..c37635ba 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -798,7 +798,7 @@ show_brdlist(int head, int clsflag, int newflag) unread[ptr->myattr & BRD_UNREAD ? 1 : 0]); } if (class_bid != 1) { - if (Ben_Perm(B_BH(ptr)) != 1) { + if (!(currmode & MODE_MENU) && Ben_Perm(B_BH(ptr)) != 1) { prints("Unknown?? ÁôªO ¡H³oÓªO¬OÁôªO"); } else { |