Update theisle-legacy.kvp
Tweak user chat regex
This commit is contained in:
parent
c7e20a7406
commit
2af558021e
@ -64,7 +64,7 @@ Console.ThrowawayMessageRegex=
|
|||||||
Console.AppReadyRegex=^LogGameMode: Display: Match State Changed from WaitingToStart to InProgress$
|
Console.AppReadyRegex=^LogGameMode: Display: Match State Changed from WaitingToStart to InProgress$
|
||||||
Console.UserJoinRegex=
|
Console.UserJoinRegex=
|
||||||
Console.UserLeaveRegex=
|
Console.UserLeaveRegex=
|
||||||
Console.UserChatRegex=^LogIChat: \[[\d:]+\] \(.*\) (?<username>.+?): (?<message>.+)$
|
Console.UserChatRegex=^LogIChat: \[[\d\:]+\] (\(.*\) )?(?<username>.+?): (?<message>.+)$
|
||||||
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
||||||
Console.SuppressLogAtStart=False
|
Console.SuppressLogAtStart=False
|
||||||
Console.ActivateLogRegex=
|
Console.ActivateLogRegex=
|
||||||
|
Loading…
Reference in New Issue
Block a user