diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-24 19:18:46 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-24 19:18:46 +0100 |
commit | 67a7beec68dbc4e818248273679956857a7130a5 (patch) | |
tree | bf45aa3fd9a20d9436a1d427d9edca227a73bebe /src/main/java | |
parent | 0c313d2c988e6d2a39560db1733beb993f0f4f39 (diff) | |
download | skyhanni-67a7beec68dbc4e818248273679956857a7130a5.tar.gz skyhanni-67a7beec68dbc4e818248273679956857a7130a5.tar.bz2 skyhanni-67a7beec68dbc4e818248273679956857a7130a5.zip |
Fire sale chat message hider now also hides the "and x more" part.
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt | 1 |
1 files changed, 1 insertions, 0 deletions
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!", |