diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-30 11:32:14 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-30 11:32:14 +0800 |
commit | f92d5deaedcfbd49a594a8237eac901fadb57694 (patch) | |
tree | 1c57c991c14554f349a810c21eaed82f167f037f /mbbsd | |
parent | 19b4b58535cbc2f357ab41c30212b23e78cefc69 (diff) | |
download | pttbbs-f92d5deaedcfbd49a594a8237eac901fadb57694.tar pttbbs-f92d5deaedcfbd49a594a8237eac901fadb57694.tar.gz pttbbs-f92d5deaedcfbd49a594a8237eac901fadb57694.tar.bz2 pttbbs-f92d5deaedcfbd49a594a8237eac901fadb57694.tar.lz pttbbs-f92d5deaedcfbd49a594a8237eac901fadb57694.tar.xz pttbbs-f92d5deaedcfbd49a594a8237eac901fadb57694.tar.zst pttbbs-f92d5deaedcfbd49a594a8237eac901fadb57694.zip |
- refine menu items: keep better compatibility with old ordering.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4262 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c index 45dab2ab..18a0d344 100644 --- a/mbbsd/menu.c +++ b/mbbsd/menu.c @@ -512,7 +512,6 @@ static const commands_t maillist[] = { static const commands_t talklist[] = { {t_users, 0, "UUsers 線上使用者列表"}, {t_query, 0, "QQuery 查詢網友"}, - {t_display, 0, "DDisplay 顯示上幾次熱訊"}, // PERM_PAGE - 水球都要 PERM_LOGIN 了 // 沒道理可以 talk 不能水球。 {t_talk, PERM_LOGINOK, "TTalk 找人聊聊"}, @@ -525,6 +524,7 @@ static const commands_t talklist[] = { {t_changeangel, PERM_LOGINOK, "UAChange Angel 更換小天使"}, {t_angelmsg, PERM_ANGEL, "LLeave message 留言給小主人"}, #endif + {t_display, 0, "DDisplay 顯示上幾次熱訊"}, {NULL, 0, NULL} }; |