summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-11 11:33:33 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-11 11:33:33 +0800
commitad8c4dfd61c38ffdb734f95b752ded557e08f323 (patch)
tree5beffa07049c091beb647e8fe21041fae181807e /mbbsd/menu.c
parent01cdb88a86f85492ce865f81e78c82042c5ecee0 (diff)
downloadpttbbs-ad8c4dfd61c38ffdb734f95b752ded557e08f323.tar
pttbbs-ad8c4dfd61c38ffdb734f95b752ded557e08f323.tar.gz
pttbbs-ad8c4dfd61c38ffdb734f95b752ded557e08f323.tar.bz2
pttbbs-ad8c4dfd61c38ffdb734f95b752ded557e08f323.tar.lz
pttbbs-ad8c4dfd61c38ffdb734f95b752ded557e08f323.tar.xz
pttbbs-ad8c4dfd61c38ffdb734f95b752ded557e08f323.tar.zst
pttbbs-ad8c4dfd61c38ffdb734f95b752ded557e08f323.zip
new scrambled regcode
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2827 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index ad11a72a..247f515b 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -413,6 +413,7 @@ static const commands_t userlist[] = {
#ifdef DEBUG
int _debug_check_keyinput();
+int _debug_testregcode();
#endif
/* XYZ tool menu */
@@ -437,7 +438,9 @@ static const commands_t xyzlist[] = {
{x_user100 ,0, "UUsers 《使用者百大排行榜》"},
#else
{_debug_check_keyinput, 0,
- "MMKeycode 檢查按鍵控制碼工具"},
+ "MMKeycode 檢查按鍵控制碼工具"},
+ {_debug_testregcode, 0,
+ "RRegcode 檢查註冊碼公式"},
#endif
{p_sysinfo, 0, "XXinfo 《查看系統資訊》"},