Skip to content

Commit

Permalink
fix fire sale pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Jan 30, 2024
1 parent 51fc65a commit 48ecf5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class ChatFilter {
)
private val fireSalePatterns = listOf(
"§c♨ §eFire Sales for .* §eare starting soon!".toPattern(),
"§c\\s*♨ .* (?:Skin|Rune) §e(?:for a limited time )?\\(.* §eleft\\)(?:§c|!)".toPattern(),
"§c\\s*♨ .* (?:Skin|Rune|Dye) §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(),
Expand Down

0 comments on commit 48ecf5b

Please sign in to comment.