--- lbbs/src/bbs_cmd.c 2025/10/17 12:23:01 1.20 +++ lbbs/src/bbs_cmd.c 2025/10/21 11:11:28 1.21 @@ -34,9 +34,10 @@ static const BBS_CMD bbs_cmd_list[] = { {"TOP10", show_top10_menu}, {"LOCATE_ARTICLE", locate_article}, {"FAVOR_TOPIC", favor_topic}, + {"USER_LIST", user_list}, }; -static const int bbs_cmd_count = 14; +static const int bbs_cmd_count = 15; static TRIE_NODE *p_bbs_cmd_dict;