Files
meshcore-bot/modules
Stacy Olivas 7403c1e946 feat: airplanes command sends all aircraft without truncation
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.
2026-04-14 10:07:38 -07:00
..