Add UserJoin and UserLeave RegEx (#507)

This commit is contained in:
winglessraven 2023-11-05 09:16:21 +00:00 committed by GitHub
parent 05657671d4
commit 2d3be08872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,8 +84,8 @@ Console.FilterMatchRegex=
Console.FilterMatchReplacement=
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
Console.AppReadyRegex=^[\d\.]+ [\d:\.]+ \[IMP\] UDPServer: Socket-server listening on [\d\.]+:\d+ \(UDP\)$
Console.UserJoinRegex=^$
Console.UserLeaveRegex=^$
Console.UserJoinRegex=^[\d\.]+ [\d:\.]+ \[IMP\] Player Id=(?<userid>\d+?) Name=(?<username>.+) is online now$
Console.UserLeaveRegex=^[\d\.]+ [\d:\.]+ \[IMP\] Player Id=(?<userid>\d+?) Name=(?<username>.+) is offline now$
Console.UserChatRegex=^$
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
Console.MetricsRegex=