aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-17 14:59:42 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-17 14:59:42 +0100
commit74b2f87726265bdf9fc78194be7836e8ff54fd79 (patch)
tree76df42d35ac5dac55680e7c02eceee1b53c0076a /src
parent34a24949c2317c0c006fcd7adb7c74b9aefda56a (diff)
downloadskyhanni-74b2f87726265bdf9fc78194be7836e8ff54fd79.tar.gz
skyhanni-74b2f87726265bdf9fc78194be7836e8ff54fd79.tar.bz2
skyhanni-74b2f87726265bdf9fc78194be7836e8ff54fd79.zip
merged patterns
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt3
1 files changed, 1 insertions, 2 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 2ce0c3560..6cdd93877 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt
@@ -293,8 +293,7 @@ class ChatFilter {
)
private val fireSalePatterns = listOf(
"§c♨ §eFire Sales for .* §eare starting soon!".toPattern(),
- "§c {3}♨ .* Skin §e\\(.* §eleft\\)§c".toPattern(),
- "§c {3}♨ .* Rune §e\\(.* §eleft\\)§c".toPattern(),
+ "§c {3}♨ .* (Skin|Rune) §e\\(.* §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(),
)