fixed rules

This commit is contained in:
sose 2022-08-17 17:26:22 +00:00
parent 16bd40bdf9
commit b395f28afb
1 changed files with 4 additions and 3 deletions

View File

@ -44,14 +44,13 @@ match = [
'.*left the game.*'
]
dont_match = [
'.*\[Server thread/INFO\]: [Rcon] .*'
'.*\[Server thread/INFO\]: \[Rcon\] .*'
]
replace = [
['left the game', 'logged off', 1],
['\[.*?: ', '', 1],
['\[/.*?\]', '', 1],
['> ', '', 1],
['lost connection: Disconnected', 'disconnected', 1]
]
[game.web]
@ -72,7 +71,9 @@ dont_match = [
'.*: \[SavageDeathCompass\] .*',
'.*: \[GriefPrevention\] .*',
'.*\[TPPets\].*',
'.*\[RandomTeleport\].*'
'.*\[RandomTeleport\].*',
'.*lost connection: Disconnected.*',
'.*issued server command:.*'
]
replace = [
['^.*?: ', '', 3],