mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-12-15 06:50:00 +00:00
fix build info extraction
This commit is contained in:
parent
f0f3b83f2a
commit
5d8c17e734
@ -31,7 +31,7 @@ namespace CompatBot.EventHandlers.LogParsing
|
||||
{
|
||||
Extractors = new Dictionary<string, Regex>
|
||||
{
|
||||
["RPCS3"] = new Regex(@"(?<build_and_specs>.*)\r?$", DefaultSingleLineOptions),
|
||||
["RPCS3"] = new Regex(@"^\s*(?<build_and_specs>RPCS3.*)\r?$", DefaultSingleLineOptions),
|
||||
},
|
||||
OnNewLineAsync = PiracyCheckAsync,
|
||||
EndTrigger = "·",
|
||||
|
Loading…
Reference in New Issue
Block a user