mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-21 14:55:43 +00:00
c04ecd9ffd
- Revised `config.ini.example` and `README.md` to clarify the usage of escape sequences for newlines, changing from double backslashes (`\\n`) to single backslashes (`\n`). - Enhanced comments in `CommandManager` and `GreeterCommand` to reflect the updated escape sequence behavior, ensuring accurate processing of newline characters and literal backslashes. - Improved logging in `GreeterCommand` for better debugging of mesh info formatting.