summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-21 18:00:06 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-21 18:00:06 +0800
commit97b4ea6a53aa4e8ce25164294b802924d625467b (patch)
treecdd42065ec81d9109ca8c9926a1e0b9ab7f7b6f1 /mbbsd/menu.c
parent5fa0869df4a28d99605befd60115984a121f6bfa (diff)
downloadpttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar
pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar.gz
pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar.bz2
pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar.lz
pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar.xz
pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar.zst
pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.zip
* remove single player games: guess and othello
* there are lots of better implementations of these games, so no need to keep them in BBS. we should focus on multi-user games. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4760 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index aad3493a..15841fcf 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -801,12 +801,10 @@ static int chessroom() {
static const commands_t plist[] = {
{ticket_main, PERM_LOGINOK, "11Gamble 【 " BBSMNAME2 "賭場 】"},
- {guess_main, PERM_LOGINOK, "22Guess number【 猜數字 】"},
- {othello_main, PERM_LOGINOK, "33Othello 【 黑白棋 】"},
- {vice_main, PERM_LOGINOK, "44Vice 【 發票對獎 】"},
- {g_card_jack, PERM_LOGINOK, "55Jack 【 黑傑克 】"},
- {g_ten_helf, PERM_LOGINOK, "66Tenhalf 【 十點半 】"},
- {card_99, PERM_LOGINOK, "77Nine 【 九十九 】"},
+ {vice_main, PERM_LOGINOK, "22Vice 【 發票對獎 】"},
+ {g_card_jack, PERM_LOGINOK, "33Jack 【 黑傑克 】"},
+ {g_ten_helf, PERM_LOGINOK, "44Tenhalf 【 十點半 】"},
+ {card_99, PERM_LOGINOK, "55Nine 【 九十九 】"},
{NULL, 0, NULL}
};