mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-27 19:35:27 +00:00
7403c1e946
Remove the "(x more)" truncation from _format_aircraft_list — all matching aircraft are now returned. The hard max_results=10 cap is replaced with max_results=0 (no limit) as the default; operators can still set max_results in config.ini to impose a ceiling, and users can pass limit=N per-query. List results always route through _send_split_response for chunked multi-message delivery.