diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2012-04-06 21:34:07 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2012-04-06 21:34:07 +0800 |
commit | bcceff0859fe49037d5b296111b44aa3f4cf93c8 (patch) | |
tree | a5ce924bfa1c82e2de6f6dad0e30e235ebe41e31 | |
parent | 2651a40c4fd33ab123473a795feb98660900b808 (diff) | |
download | pttbbs-bcceff0859fe49037d5b296111b44aa3f4cf93c8.tar pttbbs-bcceff0859fe49037d5b296111b44aa3f4cf93c8.tar.gz pttbbs-bcceff0859fe49037d5b296111b44aa3f4cf93c8.tar.bz2 pttbbs-bcceff0859fe49037d5b296111b44aa3f4cf93c8.tar.lz pttbbs-bcceff0859fe49037d5b296111b44aa3f4cf93c8.tar.xz pttbbs-bcceff0859fe49037d5b296111b44aa3f4cf93c8.tar.zst pttbbs-bcceff0859fe49037d5b296111b44aa3f4cf93c8.zip |
Remove duplicated entries form menu.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5604 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/menu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pttbbs/mbbsd/menu.c b/pttbbs/mbbsd/menu.c index f1699101..43b87520 100644 --- a/pttbbs/mbbsd/menu.c +++ b/pttbbs/mbbsd/menu.c @@ -686,7 +686,6 @@ static const commands_t talklist[] = { {t_talk, PERM_LOGINOK, "Talk ��H���"}, // PERM_CHAT �D login �]���A�|���H�Φ��n�O�H�C {t_chat, PERM_LOGINOK, "Chat �i" BBSMNAME2 "�h�H��ѫǡj"}, - {t_pager, PERM_BASIC, "Pager �����I�s��"}, {t_qchicken, 0, "Watch Pet �d���d��"}, #ifdef PLAY_ANGEL {a_changeangel, @@ -694,7 +693,6 @@ static const commands_t talklist[] = { {menu_angelbeats, PERM_ANGEL|PERM_SYSOP, "BAngel Beats! �ѨϤ��|"}, #endif - {t_display, 0, "Display ��ܤW�X�����T"}, {NULL, 0, NULL} }; @@ -784,7 +782,6 @@ static const commands_t userlist[] = { {u_loginview, PERM_BASIC, "VLogin View ��ܶi���e��"}, {u_myfiles, PERM_LOGINOK, "My Files �i�ӤH�ɮסj (�W��,ñ�W��...)"}, {u_mylogs, PERM_LOGINOK, "LMy Logs �i�ӤH�O���j (�̪�W�u...)"}, - {u_cloak, PERM_LOGINOK, "KCloak �����N"}, {u_register, MENU_UNREGONLY, "Register ��g�m���U�ӽг�n"}, #ifdef ASSESS {u_cancelbadpost,PERM_LOGINOK, "Bye BadPost �ӽЧR���H��"}, |