--- lbbs/src/bbs_cmd.c 2025/11/04 13:49:51 1.24 +++ lbbs/src/bbs_cmd.c 2025/11/05 14:59:31 1.26 @@ -3,7 +3,7 @@ * bbs_cmd * - manager of menu command handler * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2025 Leaflet */ #include "bbs_cmd.h" @@ -28,6 +28,7 @@ static const BBS_CMD bbs_cmd_list[] = { {"FAVOR_TOPIC", favor_topic}, {"LIST_USER", list_user}, {"LIST_ONLINE_USER", list_online_user}, + {"EDIT_INTRO", edit_intro}, }; static const int bbs_cmd_count = sizeof(bbs_cmd_list) / sizeof(BBS_CMD);