Matrix Music Bot Dev 5ea92de6b9 feat(commands): 房间/DM 感知的命令解析器(M2.1)
子命令(v1):
  !help / !h / !?        显示帮助
  !req / !request / !点歌 / !来一首 <关键词...>
  !req-url / !url <URL> 直接粘 URL
  !queue / !q / !队列
  !np / !nowplaying
  !skip / !next / !跳过

权限模型:
  - DM:无需 mention,直接发命令
  - 房间:根据 [commands] mention_required_in_rooms 配置
    - true:必须包含 @bot_user_id 或 @bot_localpart
    - false:任何消息都会解析

mention 文本从消息中剥离后再解析(修复 bug:之前 format 出了 @@)

中文/英文命令别名都支持(如「点歌」「跳过」)。

render_reply 已实现 help;其他命令返回 M3+ 占位提示。

测试:cargo test commands → 11 passed
  - DM 解析 / 房间解析 / mention 必需 / mention 关闭 / 多别名 / 缺参 / 错命令
2026-07-02 20:53:01 +08:00
S
Description
No description provided
361 KiB
Languages
Rust 89.9%
Shell 7.6%
Dockerfile 2.5%