diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-01-18 17:44:42 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-01-18 17:44:42 +0100 |
commit | 0ea3a11fcb7a76fdfc539d049e3e323306500d60 (patch) | |
tree | 462f1072b4557205082e534858f8723dc3291416 /src | |
parent | 1f76e3ac81571dca35b710df62de25e8f4956da2 (diff) | |
download | skyhanni-0ea3a11fcb7a76fdfc539d049e3e323306500d60.tar.gz skyhanni-0ea3a11fcb7a76fdfc539d049e3e323306500d60.tar.bz2 skyhanni-0ea3a11fcb7a76fdfc539d049e3e323306500d60.zip |
Add fire sale ended message to Fire Sale Chat Hider.
Diffstat (limited to 'src')
-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 18849f415..54fb67c0c 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt @@ -305,6 +305,7 @@ class ChatFilter { "§c\\s*♨ .* (?:Skin|Rune) §e(?:for a limited time )?\\(.* §eleft\\)(?:§c|!)".toPattern(), "§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(), ) private val powderMiningMessages = listOf( "§aYou uncovered a treasure chest!", |