summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-07 23:54:16 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-07 23:54:16 +0800
commit968e680633cbd1da3e6d0f87f0555d0ef1d6f7bd (patch)
treec87ecd26f1d2dca0baa39aed239520c73ee255ea
parentd6256b3ead722675ea0eb5e67c2bc384f0ff14f9 (diff)
downloadpttbbs-968e680633cbd1da3e6d0f87f0555d0ef1d6f7bd.tar
pttbbs-968e680633cbd1da3e6d0f87f0555d0ef1d6f7bd.tar.gz
pttbbs-968e680633cbd1da3e6d0f87f0555d0ef1d6f7bd.tar.bz2
pttbbs-968e680633cbd1da3e6d0f87f0555d0ef1d6f7bd.tar.lz
pttbbs-968e680633cbd1da3e6d0f87f0555d0ef1d6f7bd.tar.xz
pttbbs-968e680633cbd1da3e6d0f87f0555d0ef1d6f7bd.tar.zst
pttbbs-968e680633cbd1da3e6d0f87f0555d0ef1d6f7bd.zip
- 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
-rw-r--r--mbbsd/var.c2
1 files changed, 1 insertions, 1 deletions
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 再見再見再見再見"},