diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-23 23:25:13 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-23 23:25:13 +0000 |
commit | c71a3fc1e049e9aa577a7c86a8aa7678c232fa6a (patch) | |
tree | 604da043f7086bf5ab1e62ebf9536284bf4803ae | |
parent | c957928fa3755dac9a675af1da7c0653f377623e (diff) | |
download | SkyHanni-REPO-c71a3fc1e049e9aa577a7c86a8aa7678c232fa6a.tar.gz SkyHanni-REPO-c71a3fc1e049e9aa577a7c86a8aa7678c232fa6a.tar.bz2 SkyHanni-REPO-c71a3fc1e049e9aa577a7c86a8aa7678c232fa6a.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/e79f4e5a80c3aec97687cb35c371c8c32c1b4b1d
-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 12c9dd9..159e929 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "2b8b4d9", + "sourceLabel": "e79f4e5", "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+)", @@ -371,7 +371,7 @@ "event.diana.mythological.tracker.minoshunter": ".* §r§eYou dug out a §r§2Minos Hunter§r§e!", "event.diana.mythological.tracker.minosinquisitor": ".* §r§eYou dug out a §r§2Minos Inquisitor§r§e!", "inventory.npc.sell.lore": "§7them to this Shop!|§eClick to buyback!", - "bazaar.cancelledorder.lastamount": "§6§7from §a(?\u003camount\u003e.*)§7x §7missing items\\.", + "bazaar.cancelledorder.lastamount": "(?:§6§7from |§7)§a(?\u003camount\u003e.*)§7x §7missing items\\.", "bazaar.cancelledorder.cancelledmessage": "§6\\[Bazaar] §r§7§r§cCancelled! §r§7Refunded §r§6(?\u003ccoins\u003e.*) coins §r§7from cancelling Buy Order!", "bazaar.cancelledorder.inventorytitle": "Order options", "dungeon.croesus.inventory": "Croesus", |