diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-17 15:04:04 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-17 15:04:04 +0000 |
commit | 16f1ad667cc86eaaa68aa97049d5c655039c1032 (patch) | |
tree | 71154d74756b0b80cba071c4b7a97d160c2f8f0b /constants | |
parent | 35a595367b9da9db455caa00a58ebdbb21fe1ae4 (diff) | |
download | SkyHanni-REPO-16f1ad667cc86eaaa68aa97049d5c655039c1032.tar.gz SkyHanni-REPO-16f1ad667cc86eaaa68aa97049d5c655039c1032.tar.bz2 SkyHanni-REPO-16f1ad667cc86eaaa68aa97049d5c655039c1032.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/ccf598ce287b3f179e65827c3a4caa05b75d3beb
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 54ef3e5..8aa0357 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "a5452d3", + "sourceLabel": "ccf598c", "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+)", @@ -161,7 +161,7 @@ "data.friends.addbest": ".*\n(?\u003cname\u003e.*)§a is now a best friend!§r§9§m\n.*", "data.friends.rawname": "\\n§eClick to view §.(?\u003cname\u003e.*)§e\u0027s profile", "data.friends.readfriends": "/viewprofile (?\u003cuuid\u003e.*)", - "data.party.you.joined": "§eYou have joined (?\u003cname\u003e.*)\u0027s §eparty!", + "data.party.you.joined": "§eYou have joined (?\u003cname\u003e.*)\u0027s? §eparty!", "data.party.others.joined": "(?\u003cname\u003e.*) §ejoined the party\\.", "data.party.others.inparty": "§eYou\u0027ll be partying with: (?\u003cnames\u003e.*)", "data.party.others.left": "(?\u003cname\u003e.*) §ehas left the party\\.", |