Fix regex (#453)
This commit is contained in:
parent
1979e2e779
commit
f8353d8d8b
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user