From 7ee6aaff66e51d41724019b5e08cac1d909a36ab Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Sun, 12 May 2024 01:09:09 +0200 Subject: [PATCH] =?UTF-8?q?=EF=BB=BFfix:=20and=20using=20BOTH=20forces=20t?= =?UTF-8?q?he=20emoji=20glyph=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/RatAttack/RatAttack.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RatAttack/RatAttack.cs b/plugins/RatAttack/RatAttack.cs index e15e734..07ceba4 100644 --- a/plugins/RatAttack/RatAttack.cs +++ b/plugins/RatAttack/RatAttack.cs @@ -36,7 +36,7 @@ public class RatAttack private static readonly Version VERSION = new ("6.4.1"); private static readonly Regex RatsignalRegex = new ( - @"^RATSIGNAL Case #(?\d+) (?(PC|Xbox|Playstation))( )?(?LEG|HOR|ODY)?(? \(Code Red\))? – CMDR (?.+) – System: (None|u\u200bnknown system|""(?.+)""(? (\u26a0|\ufe0f))? \((?([a-zA-Z0-9\s\(\)\-/]*(~?[0-9,\.]+ LY (""[a-zA-Z\-]+"" of|from) [a-zA-Z0-9\s\*\-]+)?( \([a-zA-Z\s]+\))?|Not found in galaxy database|Invalid system name))\)(? \(((?.*) )?Permit Required\))?) – Language: (?[a-zA-z0-9\x7f-\xff\-\(\)&,\s\.]+)( – Nick: (?[a-zA-Z0-9_\[\]\-\^]+))? \((LEG|HOR|ODY|XB|PS)_SIGNAL\)\v*$"); + @"^RATSIGNAL Case #(?\d+) (?(PC|Xbox|Playstation))( )?(?LEG|HOR|ODY)?(? \(Code Red\))? – CMDR (?.+) – System: (None|u\u200bnknown system|""(?.+)""(? \u26a0\ufe0f)? \((?([a-zA-Z0-9\s\(\)\-/]*(~?[0-9,\.]+ LY (""[a-zA-Z\-]+"" of|from) [a-zA-Z0-9\s\*\-]+)?( \([a-zA-Z\s]+\))?|Not found in galaxy database|Invalid system name))\)(? \(((?.*) )?Permit Required\))?) – Language: (?[a-zA-z0-9\x7f-\xff\-\(\)&,\s\.]+)( – Nick: (?[a-zA-Z0-9_\[\]\-\^]+))? \((LEG|HOR|ODY|XB|PS)_SIGNAL\)\v*$"); private static PipeServer? ratsignalPipe; private static VoiceAttackLog? log;