diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-01 23:31:04 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-01 23:31:04 +0000 |
commit | b3ef37b1cb11e6ade89124987225d265d50f70a7 (patch) | |
tree | c4a334a8e2f3c53153a3f3bc0901b04ec401bef1 /constants/regexes.json | |
parent | 2fa997a68db3062b8f5e85f5f98a533bc74bb200 (diff) | |
download | SkyHanni-REPO-b3ef37b1cb11e6ade89124987225d265d50f70a7.tar.gz SkyHanni-REPO-b3ef37b1cb11e6ade89124987225d265d50f70a7.tar.bz2 SkyHanni-REPO-b3ef37b1cb11e6ade89124987225d265d50f70a7.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/a126f6c554260aa03f1ad875b65c7d6bf94cd72e
Diffstat (limited to 'constants/regexes.json')
-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 86d25c3..add89cd 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "cfdefef", + "sourceLabel": "a126f6c", "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+)", @@ -170,7 +170,7 @@ "data.friends.add": "§aYou are now friends with (?\u003cname\u003e.*)", "data.friends.removebest": ".*\n§r(?\u003cname\u003e.*)§e is no longer a best friend!§r§9§m\n.*", "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.rawname": "\\n§eClick here 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.others.joined": "(?\u003cname\u003e.*) §ejoined the party\\.", |