summaryrefslogtreecommitdiffstats
path: root/mbbsd/name.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/name.c')
-rw-r--r--mbbsd/name.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c
index 8fd78fb7..aafc4cc6 100644
--- a/mbbsd/name.c
+++ b/mbbsd/name.c
@@ -762,7 +762,8 @@ completeboard_permission(int where)
boardheader_t *bptr = &bcache[SHM->bsorted[0][where]];
return (!(bptr->brdattr & BRD_SYMBOLIC) &&
(GROUPOP() || HasBoardPerm(bptr)) &&
- !(bptr->brdattr & BRD_GROUPBOARD));
+ !(bptr->brdattr & BRD_GROUPBOARD) &&
+ !(bptr->brdattr & BRD_OVER18 && !over18));
}
int