Fix regex (#453)

This commit is contained in:
Greelan 2023-09-02 08:10:06 +10:00 committed by GitHub
parent 1979e2e779
commit f8353d8d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,9 +84,9 @@ App.TemplateMatchRegex={{(\$?[\w]+)}}
Console.FilterMatchRegex=\[\d+m
Console.FilterMatchReplacement=
Console.ThrowawayMessageRegex=
Console.AppReadyRegex=^\[[\d-]+ [\d:.]+ \+[\d:]+\] Waiting for players\.\.\.$
Console.UserJoinRegex=^\[[\d-]+ [\d:.]+ \+[\d:]+\] Nickname of (?<userid>.+?)@steam is now (?<username>.+?)\.$
Console.UserLeaveRegex=^\[[\d-]+ [\d:.]+ \+[\d:]+\] (?<username>.+?) \((?<userid>.+?)@steam\) disconnected from IP address (?<endpoint>.+?)\. Last class: (?:.*?)\.$
Console.AppReadyRegex=^\[[\d-]+ [\d:.]+ (\+|-)[\d:]+\] Waiting for players\.\.\.$
Console.UserJoinRegex=^\[[\d-]+ [\d:.]+ (\+|-)[\d:]+\] Nickname of (?<userid>.+?)@steam is now (?<username>.+?)\.$
Console.UserLeaveRegex=^\[[\d-]+ [\d:.]+ (\+|-)[\d:]+\] (?<username>.+?) \((?<userid>.+?)@steam\) disconnected from IP address (?<endpoint>.+?)\. Last class: (?:.*?)\.$
Console.UserChatRegex=^$
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
Console.MetricsRegex=