From 46318e907721f11256d245d42cd8e841e8765057 Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 23 Sep 2004 14:37:18 +0000 Subject: 1. fix 1 make error 2. add perm_nocitizen 3. add no reply for FILE_SOLVE git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2210 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/board.c') 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; } -- cgit v1.2.3