From 0c9287eec7b356ce73f4e8f38bca0155883b7f21 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 9 Jul 2020 14:30:32 +0200 Subject: [PATCH] fixed false positive for chatujme.cz by adding regex checking --- sherlock/resources/data.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 9fdfc30..50c2bfa 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -307,6 +307,7 @@ "Chatujme.cz": { "errorMsg": "Neexistujic\u00ed profil", "errorType": "message", + "regexCheck": "^[a-zA-Z][a-zA-Z1-9_-]*$", "rank": 9812219, "url": "https://profil.chatujme.cz/{}", "urlMain": "https://chatujme.cz/",