From 3b85d484cbba83240cdedc9b11a7128f27097642 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Mar 2024 23:03:23 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/88f1dc8544d780f54d4047839ead5e91984deaeb --- constants/regexes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'constants/regexes.json') diff --git a/constants/regexes.json b/constants/regexes.json index cb66343..b9d0543 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "e249c70", + "sourceLabel": "88f1dc8", "regexes": { "data.hypixeldata.serverid.scoreboard": "§7\\d+/\\d+/\\d+ §8(?\u003cservertype\u003e[mM])(?\u003cserverid\u003e\\S+)", "data.hypixeldata.serverid.tablist": " Server: §r§8(?\u003cserverid\u003e\\S+)", @@ -108,8 +108,8 @@ "event.winter.uniquegifts.giftname": "(?:WHITE|RED|GREEN)_GIFT$", "event.winter.uniqugifts.counter.amount": "§7Unique Players Gifted: §a(?\u003camount\u003e.*)", "fishing.trophy.trophyfish": "§6§lTROPHY FISH! §r§bYou caught an? §r(?\u003cdisplayName\u003e§[0-9a-f](?:§k)?[\\w -]+) §r(?\u003cdisplayRarity\u003e§[0-9a-f]§l\\w+)§r§b\\.", - "auctions.underbid.price": "^§7(?:Buy it now|Starting bid|Top bid): §6(?\u003ccoins\u003e[0-9,]+) coins$", - "auctions.underbid.allowedinventories": "^(?:Auctions Browser|Manage Auctions|Auctions: \".*\")$", + "auctions.underbid.price": "§7(?:Buy it now|Starting bid|Top bid): §6(?\u003ccoins\u003e[0-9,]+) coins", + "auctions.underbid.allowedinventories": "(?:Auctions Browser|Manage Auctions|Auctions: \".*\"?)", "ashfang.freeze.cryogenic": "§cAshfang Follower\u0027s Cryogenic Blast hit you for .* damage!", "inventory.itemstars.stars": "(.*)§.✪(.*)", "minion.chat.upgrade": "§aYou have upgraded your Minion to Tier (?\u003ctier\u003e.*)", -- cgit