better section end marker

This commit is contained in:
13xforever 2020-01-30 21:06:44 +05:00
parent 18c285878b
commit efec132916

View File

@ -54,7 +54,7 @@ namespace CompatBot.EventHandlers.LogParsing
["custom config:"] = new Regex(@"custom config: (?<custom_config>.*?)\r?$", DefaultOptions),
},
OnNewLineAsync = PiracyCheckAsync,
EndTrigger = new[] {"Core:"},
EndTrigger = new[] {"Used configuration:"},
},
new LogSection
{