Add UserJoin and UserLeave RegEx (#507)
This commit is contained in:
parent
05657671d4
commit
2d3be08872
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user