Pavlov VR: update user join/leave regex (#172)
* Create manifest.json
* Revert "Create manifest.json"
This reverts commit c164ec141f.
* Pavlov: update user join/leave regex
			
			
This commit is contained in:
		@@ -57,9 +57,9 @@ Console.FilterMatchRegex=(\[0m|\[33m)
 | 
			
		||||
Console.FilterMatchReplacement=
 | 
			
		||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
 | 
			
		||||
Console.AppReadyRegex=^\[[\d.]+-[\d.]+:\d+\]\[[\d ]+\]LogGameState: Match State Changed from WaitingToStart to InProgress$
 | 
			
		||||
Console.UserJoinRegex=^\[[\d.]+-[\d.]+:\d+\]\[[\d ]+\]LogNet: Join succeeded: (?<username>.+?)$
 | 
			
		||||
Console.UserLeaveRegex=^\[[\d.]+-[\d.]+:\d+\]\[[\d ]+\]PavlovLog: Ending auth session for: (?<steamid>.+?) (?<username>.+?)$
 | 
			
		||||
Console.UserChatRegex=
 | 
			
		||||
Console.UserJoinRegex=^\[[\d.]+-[\d.]+:\d+\]\[[\d ]+\]PavlovLog: Player (?<userid>.+?) Joined, current bot Num = \d+$
 | 
			
		||||
Console.UserLeaveRegex=^\[[\d.]+-[\d.]+:\d+\]\[[\d ]+\]LogNet: UChannel::Close: Sending CloseBunch\. (?:.*?) UniqueId: NULL:(?<userid>.+?)$
 | 
			
		||||
Console.UserChatRegex=^$
 | 
			
		||||
Console.UpdateAvailableRegex=
 | 
			
		||||
Console.SuppressLogAtStart=False
 | 
			
		||||
Console.ActivateLogRegex=
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user