mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-07-08 23:31:37 +00:00
6584800cb7
- Introduced per-channel flood scope configuration in `config.ini.example`, allowing for more granular control over message routing. - Updated `CommandManager` to normalize channel names and resolve flood scopes based on channel-specific settings, improving message delivery accuracy. - Enhanced `MeshMessage` to consider channel-specific flood scopes when determining the effective outgoing flood scope. - Added unit tests to verify the new flood scope resolution logic and ensure correct behavior across various scenarios.