From 27092a77116451fe9ad89af1e13f9f2e903a7f65 Mon Sep 17 00:00:00 2001 From: Urgau Date: Thu, 9 Oct 2025 15:43:09 +0200 Subject: [PATCH] Handle custom handlers in a more principled way --- src/handlers.rs | 252 ++++++++++++++++++++++++++++-------------------- 1 file changed, 145 insertions(+), 107 deletions(-) diff --git a/src/handlers.rs b/src/handlers.rs index 89ba4ca2..f3790d2b 100644 --- a/src/handlers.rs +++ b/src/handlers.rs @@ -84,130 +84,168 @@ pub async fn handle(ctx: &Context, host: &str, event: &Event) -> Vec