From 67a7beec68dbc4e818248273679956857a7130a5 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 24 Feb 2024 19:18:46 +0100 Subject: Fire sale chat message hider now also hides the "and x more" part. --- src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java') diff --git a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt index 7eca88233..aae398a5d 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt @@ -310,6 +310,7 @@ class ChatFilter { "§c♨ §eVisit the Community Shop in the next §c.* §eto grab yours! §a§l\\[WARP]".toPattern(), "§c♨ §eA Fire Sale for .* §eis starting soon!".toPattern(), "§c♨ §r§eFire Sale for .* §r§eended!".toPattern(), + "§c {3}♨ §eAnd \\d+ more!".toPattern(), ) private val powderMiningMessages = listOf( "§aYou uncovered a treasure chest!", -- cgit