Harden bot: line cap, send throttle, panic isolation, verbose flag, weather cache, tests

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Jean Chevronnet 2026-07-29 18:46:10 +00:00
parent d9e279d8ed
commit 0094465ca9
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
7 changed files with 165 additions and 10 deletions

View file

@ -1,3 +1,5 @@
#![forbid(unsafe_code)]
pub mod bot;
pub mod config;
pub mod irc;