From 199e0898f3b851f0fa3162b6fd7d5428d77dfa8e Mon Sep 17 00:00:00 2001 From: mustangk Date: Wed, 18 Mar 2026 18:19:25 +0100 Subject: [PATCH] Add droper to autoQueue (if you want this) --- regex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex.json b/regex.json index 45ff76ac..648d9ed2 100644 --- a/regex.json +++ b/regex.json @@ -27,7 +27,7 @@ "^ +(?:Survivors \\(\\d+\\):|Nobody survived!|Survivor:)$" ], "en": { - "autoQueuePrefixGlobal": "^(?:You died! .+|YOU DIED! .+|You have been eliminated!|You have permanently died! .+|You won! .+|YOU WON! .+)$", + "autoQueuePrefixGlobal": "^(?:You died! .+|YOU DIED! .+|You have been eliminated!|You have permanently died! .+|You won! .+|YOU WON! .+|You finished all maps in \\d{2}:\\d{2}:\\d{3}!)$", "autoFriendPattern": "Friend request from (?.+)\\[ACCEPT] - \\[DENY] - \\[BLOCK].*", "autoAfkReplyPattern": "^From (\\[.+?] )?(.+?): .+$", "chatCleanerKarmaMessages": "^\\+(?\\d)+ Karma!$",