Skip to content

Commit 4c7cdb2

Browse files
authored
Add Disasters game_end regex to regex.json (#87)
1 parent 3e02266 commit 4c7cdb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

regex.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"^ +Player of the match: \\w+ \\(\\d+ Goals\\)$",
2525
"^\\s*?.+ WINNER! .+$",
2626
"^\\s*?.+ Bridge [a-zA-Z0-9]* - .+$",
27-
"^ {6}#1 (?:\\[.+] )?(?:.{1,16}) \\(\\d+:\\d+:\\d+\\)$"
27+
"^ {6}#1 (?:\\[.+] )?(?:.{1,16}) \\(\\d+:\\d+:\\d+\\)$",
28+
"^ +(?:Survivors \\(\\d+\\):|Nobody survived!)$"
2829
],
2930
"en": {
3031
"autoQueuePrefixGlobal": "^(?:You died! .+|YOU DIED! .+|You have been eliminated!|You have permanently died! .+|You won! .+|YOU WON! .+)$",

0 commit comments

Comments
 (0)