From 9c3f93ccb7104e10919f32f8e062115a7829139c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 26 Oct 2024 01:16:52 +0000 Subject: [PATCH] Update regexes based on https://github.com/hannibal002/Skyhanni/commit/ceba80c79f22ede70d7dd24d44b2243a2006bc06 --- constants/regexes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/regexes.json b/constants/regexes.json index 0635e7a8..7d189b91 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "6a34143", + "sourceLabel": "ceba80c", "regexes": { "abiphone.snake.name": "Snake", "actionbar.defense": ".*§a(?\u003cdefense\u003e[\\d,]+)§a❈.*", @@ -151,7 +151,7 @@ "data.bits.gui.sbmenunocookieactive": " §7Status: §cNot active!", "data.bits.scoreboard": "^Bits: §b(?\u003camount\u003e[\\d,.]+).*$", "data.chat.player.coop": "§bCo-op \u003e (?\u003cauthor\u003e[^:]+)§f: (?\u003cmessage\u003e.*)", - "data.chat.player.global": "(?:\\[(?\u003clevel\u003e\\d+)] )?(?\u003cauthor\u003e.+)(?\u003cchatColor\u003e§f|§7): (?\u003cmessage\u003e.*)", + "data.chat.player.global": "(?:\\[(?\u003clevel\u003e\\d+)] )?(?\u003cauthor\u003e.+?)(?\u003cchatColor\u003e§f|§7|): (?\u003cmessage\u003e.*)", "data.chat.player.guild": "§2Guild \u003e (?\u003cauthor\u003e.+?) ?(?\u003cguildRank\u003e§e\\[\\w*])?§f: (?\u003cmessage\u003e.*)", "data.chat.player.itemshow": "(?:§8\\[(?\u003clevelColor\u003e§.)(?\u003clevel\u003e\\d+)§8] )?(?\u003cauthor\u003e.*)§f§7 (?\u003caction\u003eis (?:holding|friends with a|wearing)|has) (?\u003citemName\u003e.*)", "data.chat.player.name.emblem": "(?\u003cemblem\u003e(?:§.){0,2}.) (?\u003cauthor\u003e.*)",