--- lbbs/src/bbs_cmd.c 2025/06/24 12:32:16 1.16 +++ lbbs/src/bbs_cmd.c 2025/10/22 04:48:53 1.22 @@ -25,14 +25,20 @@ static const BBS_CMD bbs_cmd_list[] = { {"EXITBBS", exit_bbs}, {"LICENSE", license}, {"COPYRIGHT", copyright}, + {"VERSION", version}, {"RELOADCONF", reload_bbs_conf}, {"SHUTDOWN", shutdown_bbs}, - {"M_FAVOUR", favour_section_filter}, + {"M_FAVOR_SECTION", favor_section_filter}, {"VIEW_EX_ARTICLE", view_ex_article}, {"LIST_EX_SECTION", list_ex_section}, + {"TOP10", show_top10_menu}, + {"LOCATE_ARTICLE", locate_article}, + {"FAVOR_TOPIC", favor_topic}, + {"LIST_USER", list_user}, + {"LIST_ONLINE_USER", list_online_user}, }; -static const int bbs_cmd_count = 10; +static const int bbs_cmd_count = 16; static TRIE_NODE *p_bbs_cmd_dict;