diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-03-19 10:50:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-19 10:50:48 +0100 |
| commit | 30a6f963fe6a1a9478db26d0db47062f39422eef (patch) | |
| tree | 58ae072dfeda5c5b1bfe2278ed1fbb1e27a40362 /src/main/java/at/hannibal2/skyhanni/features/chat | |
| parent | a4946da8409040003d96c7d8d43ed394597bf675 (diff) | |
| download | skyhanni-30a6f963fe6a1a9478db26d0db47062f39422eef.tar.gz skyhanni-30a6f963fe6a1a9478db26d0db47062f39422eef.tar.bz2 skyhanni-30a6f963fe6a1a9478db26d0db47062f39422eef.zip | |
Backend: Add open in regex101.com intention (#1210)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/chat')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt | 3 |
1 files changed, 3 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 31f06ca01..7ba5102bc 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt @@ -271,6 +271,9 @@ class ChatFilter { "§eObtain a §r§6Booster Cookie §r§efrom the community shop in the hub!", ) + /** + * REGEX-TEST: §e[NPC] Jacob§f: §rYour §9Anita's Talisman §fis giving you §6+25☘ Carrot Fortune §fduring the contest! + */ private val anitaFortunePattern by RepoPattern.pattern( "chat.jacobevent.accessory", "§e\\[NPC] Jacob§f: §rYour §9Anita's \\w+ §fis giving you §6\\+\\d{1,2}☘ .+ Fortune §fduring the contest!" |
