mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-09-26 01:23:39 +00:00
- Introduced a new utility function `public_key_has_prefix` to check if a public key starts with a specified prefix in a case-insensitive manner. - Updated the `PathCommand` class to utilize the new utility function for public key prefix matching, enhancing code readability and maintainability. - Refactored logic in `PathCommand` and `BotDataViewer` to streamline the handling of recent repeaters based on recency scores, improving clarity in the filtering process.