feat: add IRC task with auto-reconnect and backoff

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 21:56:48 -04:00
parent c41eba1040
commit 6a9bbf0d82
2 changed files with 100 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ mod config;
mod events;
mod health;
mod html;
mod irc_task;
mod owncast_api;
mod webhook;