fix build info extraction

This commit is contained in:
13xforever 2019-06-19 17:38:58 +05:00
parent f0f3b83f2a
commit 5d8c17e734

View File

@ -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 = "·",