From 968e680633cbd1da3e6d0f87f0555d0ef1d6f7bd Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 7 Jan 2008 15:54:16 +0000 Subject: - since there's nothing to use for non-reg-ok users in menu 'P', disable it. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3805 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/var.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/var.c b/mbbsd/var.c index cf0f22fa..00a0190f 100644 --- a/mbbsd/var.c +++ b/mbbsd/var.c @@ -615,7 +615,7 @@ const commands_t cmdlist[] = { {Talk, 0, "TTalk 【 休閒聊天區 】"}, {User, PERM_BASIC, "UUser 【 個人設定區 】"}, {Xyz, 0, "XXyz 【 系統工具區 】"}, - {Play_Play, PERM_BASIC, "PPlay 【 娛樂與休閒 】"}, + {Play_Play, PERM_LOGINOK, "PPlay 【 娛樂與休閒 】"}, {Name_Menu, PERM_LOGINOK, "NNamelist 【 編特別名單 】"}, #ifdef DEBUG {Goodbye, 0, "GGoodbye 再見再見再見再見"}, -- cgit v1.2.3