From a1ef6b12692d5e500ad326fbdc40a5e1b66c3d06 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 16 Feb 2023 16:16:41 +0100 Subject: [PATCH] added Tuna, closes #1674 Credits to @EsteveSegura --- sherlock/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 41c8fc5..d96c34c 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2487,5 +2487,12 @@ "url": "https://www.znanylekarz.pl/{}", "urlMain": "https://znanylekarz.pl", "username_claimed": "janusz-nowak" + }, + "Tuna": { + "errorType": "status_code", + "regexCheck": "^[a-z0-9]{4,40}$", + "url": "https://tuna.voicemod.net/user/{}", + "urlMain": "https://tuna.voicemod.net/", + "username_claimed": "bob" } }