From f823eebe5686a4d69a8ba87467154d554308d7e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Feb 2024 21:08:40 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/d392c8085486b7d6b3c6a0e0707dd0ffc72224fa --- constants/regexes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants/regexes.json b/constants/regexes.json index 40a36f2..2271c2e 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "146c0be", + "sourceLabel": "d392c80", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -78,6 +78,7 @@ "fame.projects.contribute": "§7Contribute again: §e(?\u003ctime\u003e.*)", "fame.projects.completed": "§aProject is (?:being built|released)!", "fishing.trophyfishing.armor": "(BRONZE|SILVER|GOLD|DIAMOND)_HUNTER_(HELMET|CHESTPLATE|LEGGINGS|BOOTS)", + "misc.restore.wizard.portal.earned": "§7Earned by:.*", "harp.inventory": "Harp.*", "harp.menu": "Melody.*", "harp.song.selected": "§aSong is selected!", -- cgit