diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-24 00:07:40 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-24 00:07:40 +0000 |
commit | 83c2db2b9ddb49d68551de333eafa7a1a86a8f46 (patch) | |
tree | 9cfad4a188d451aa14c3d39c66ca462d0ffe0711 /constants | |
parent | c71a3fc1e049e9aa577a7c86a8aa7678c232fa6a (diff) | |
download | SkyHanni-REPO-83c2db2b9ddb49d68551de333eafa7a1a86a8f46.tar.gz SkyHanni-REPO-83c2db2b9ddb49d68551de333eafa7a1a86a8f46.tar.bz2 SkyHanni-REPO-83c2db2b9ddb49d68551de333eafa7a1a86a8f46.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/a69459a7ce06dced4489a0ad923681c9e6b59715
Diffstat (limited to 'constants')
-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 159e929..43f1d5a 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "e79f4e5", + "sourceLabel": "a69459a", "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 |§7)§a(?\u003camount\u003e.*)§7x §7missing items\\.", + "bazaar.cancelledorder.lastamount": "(?:§6coins §7from |§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", |