--- lbbs/src/bbs_cmd.c 2025/06/01 03:07:42 1.14 +++ lbbs/src/bbs_cmd.c 2025/06/24 10:01:24 1.15 @@ -27,10 +27,11 @@ static const BBS_CMD bbs_cmd_list[] = { {"COPYRIGHT", copyright}, {"RELOADCONF", reload_bbs_conf}, {"SHUTDOWN", shutdown_bbs}, - {"M_FAVOUR", favour_section_filter} + {"M_FAVOUR", favour_section_filter}, + {"VIEW_EX_ARTICLE", view_ex_article}, }; -static const int bbs_cmd_count = 8; +static const int bbs_cmd_count = 9; static TRIE_NODE *p_bbs_cmd_dict;