From 781afbb58720d9dd85ec506762f57a2c727696ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Feb 2024 14:53:11 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/b065fc1113977529831be5eab587c1612efdde79 --- constants/regexes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants/regexes.json') diff --git a/constants/regexes.json b/constants/regexes.json index 0d2ac63..d879e7b 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "96c657c", + "sourceLabel": "b065fc1", "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+)", @@ -354,6 +354,7 @@ "rift.area.westvillage.vermintracker.fly": ".*§eYou vacuumed a §.*Fly.*", "rift.area.westvillage.vermintracker.binline": "§fVermin Bin: §\\w(?\u003ccount\u003e\\d+) (?\u003cvermin\u003e\\w+)", "rift.area.westvillage.vermintracker.bagline": "§fVacuum Bag: §\\w(?\u003ccount\u003e\\d+) (?\u003cvermin\u003e\\w+)", + "inventory.quiver.chat.low": "§cYou only have (?\u003carrowsLeft\u003e.*) arrows left in your Quiver!", "test.dev.copyrng.slayer": "§7Slayer XP: §d.*§5/§d(?\u003cxp\u003e.*)", "test.dev.copyrng.dungeon": "§7Dungeon Score: §d.*§5/§d(?\u003cxp\u003e.*)", "test.bestiary.type": "\\[Lv(?\u003clvl\u003e.*)] (?\u003ctext\u003e.*)" -- cgit