From aa0dd3cc22345d970648a0339c9bc4e6a273184c Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Thu, 23 May 2024 23:47:18 -0500 Subject: [PATCH] We don't handle these, and they're normal things, so ignore 'em. --- handlers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handlers.py b/handlers.py index f28c0db..2406433 100644 --- a/handlers.py +++ b/handlers.py @@ -240,4 +240,6 @@ handles: dict[ "TOPIC": NULL, "QUIT": QUIT, "JOIN": JOIN, + "NOTICE": NULL, + "INVITE": NULL, }