diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-24 15:52:38 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-24 15:52:38 +0000 |
commit | 097379c4dd1a964006d0bd5adbcab5b2998bf82f (patch) | |
tree | 2cfb07dcc994e1fd690b9173c59129eb5ee70906 | |
parent | e0aa12c27fa971701bc8d42a4c07b2e8138955ba (diff) | |
download | SkyHanni-REPO-097379c4dd1a964006d0bd5adbcab5b2998bf82f.tar.gz SkyHanni-REPO-097379c4dd1a964006d0bd5adbcab5b2998bf82f.tar.bz2 SkyHanni-REPO-097379c4dd1a964006d0bd5adbcab5b2998bf82f.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/71ae94993bd032413de4a75e712e063e3817d195
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 252b4f5..c7c8a9e 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "9eb4023", + "sourceLabel": "71ae949", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -35,7 +35,7 @@ "data.party.dungeonfinder.join": "§dParty Finder §f\u003e (?\u003cname\u003e.*?) §ejoined the dungeon group! \\(§[a-fA-F0-9].* Level \\d+§[a-fA-F0-9]\\)", "bingo.detection.scoreboard": " §.Ⓑ §.Bingo", "auctions.highlight.buyitnow": "§7Buy it now: §6(?\u003ccoins\u003e.*) coins", - "dungeon.end.chests.spawned": "(?:§f)?([ ]*)§r§c(The|Master Mode) Catacombs §r§8- §r§eFloor (.*)", + "dungeon.end.chests.spawned": "(?:§f)?( *)§r§c(The|Master Mode) Catacombs §r§8- §r§eFloor (.*)", "event.winter.uniquegifts.gifted": "§6\\+1 Unique Gift given! To ([^§]+)§r§6!", "event.winter.uniquegifts.giftname": "(?:WHITE|RED|GREEN)_GIFT$", "minion.chat.upgrade": "§aYou have upgraded your Minion to Tier (?\u003ctier\u003e.*)", |