diff options
Diffstat (limited to 'mbbsd/name.c')
-rw-r--r-- | mbbsd/name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c index 0b58604e..9d467352 100644 --- a/mbbsd/name.c +++ b/mbbsd/name.c @@ -674,7 +674,7 @@ completeboard_compar(int where, char *str, int len) int completeboard_permission(int where) { - return (((currmode & MODE_MENU) || Ben_Perm(SHM->bsorted[0][where])) && + return ((GROUPOP() || HasPerm(SHM->bsorted[0][where])) && !(SHM->bsorted[0][where]->brdattr & BRD_GROUPBOARD)); } |