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, 1 insertions, 2 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c
index 1ccab86a..4e9d7134 100644
--- a/mbbsd/name.c
+++ b/mbbsd/name.c
@@ -1024,8 +1024,7 @@ 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_OVER18) && !over18));
+ !(bptr->brdattr & BRD_GROUPBOARD));
}
int