diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/var.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c index 68c0abdc..8d43e7d5 100644 --- a/mbbsd/var.c +++ b/mbbsd/var.c @@ -1,4 +1,4 @@ -/* $Id: var.c,v 1.15 2002/12/31 17:40:52 in2 Exp $ */ +/* $Id: var.c,v 1.16 2003/04/06 04:11:10 victor Exp $ */ #define INCLUDE_VAR_H #include "bbs.h" @@ -553,7 +553,7 @@ commands_t cmdlist[] = { {Talk, 0, "TTalk 【 休閒聊天區 】"}, {User, 0, "UUser 【 個人設定區 】"}, {Xyz, 0, "XXyz 【 系統工具區 】"}, - {Play_Play, PERM_BASIC, "PPlay 【 遊樂場/大學查榜】"}, + {Play_Play, PERM_BASIC, "PPlay 【 娛樂/休閒生活】"}, {Name_Menu, PERM_LOGINOK, "NNamelist 【 編特別名單 】"}, {Goodbye, 0, "GGoodbye 離開,再見……"}, {NULL, 0, NULL} |