mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-30 20:15:40 +00:00
- Added configuration options for the "prefix best <location>" command in config.ini.example, allowing users to enable/disable the feature and customize its behavior. - Implemented logic in the PrefixCommand class to find the best prefix for a given location, considering neighbor prefixes and user-defined criteria. - Enhanced MessageHandler to skip processing old cached messages based on connection time, improving message handling efficiency. - Updated core bot to track connection time, ensuring accurate message processing and cache management.