From 1062594643e4bb955bb6bf4efe8983108bdbd1bb Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 25 Jan 2025 15:11:28 +0100 Subject: Filter visible chat messages --- src/main/kotlin/AllModules.kt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/kotlin/AllModules.kt') diff --git a/src/main/kotlin/AllModules.kt b/src/main/kotlin/AllModules.kt index 0e10687..01cfb36 100644 --- a/src/main/kotlin/AllModules.kt +++ b/src/main/kotlin/AllModules.kt @@ -1,6 +1,7 @@ package moe.nea.ultranotifier import moe.nea.ultranotifier.commands.Commands +import moe.nea.ultranotifier.datamodel.ChatCategoryArbiter import moe.nea.ultranotifier.event.SubscriptionTarget import moe.nea.ultranotifier.event.TickEvent import moe.nea.ultranotifier.gui.ScreenUtil @@ -11,5 +12,6 @@ object AllModules { Commands, ScreenUtil, TickEvent, + ChatCategoryArbiter, ) } -- cgit