summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 8dd2dd83..5834375b 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -581,7 +581,7 @@ static char * const choosebrdhelp[] = {
static void
set_menu_BM(char *BM)
{
- if (HAS_PERM(PERM_ALLBOARD) || is_BM(BM)) {
+ if (!HAS_PERM(PERM_NOCITIZEN) && (HAS_PERM(PERM_ALLBOARD) || is_BM(BM))) {
currmode |= MODE_GROUPOP;
cuser.userlevel |= PERM_SYSSUBOP;
}