mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-07-30 07:19:48 +00:00
- Updated `config.ini.example` to support single, multiple, and decorative command prefixes, improving flexibility in command invocation. - Refactored `CommandManager` and `BaseCommand` to utilize new command prefix parsing logic, allowing for better handling of multiple prefixes and optional bare commands. - Enhanced documentation to clarify command prefix configuration options and behavior, ensuring users understand how to set and use prefixes effectively. - Added unit tests to verify the correct functionality of command prefix handling, including support for permissive and strict prefix modes.