From 7ac7a000f6e8d1c6248d5cf58714f0eb72f3a63f Mon Sep 17 00:00:00 2001 From: Aslan MALSAGOV Date: Fri, 12 Jul 2019 01:30:44 +0200 Subject: [PATCH] Add support for OK Add support for OK --- data.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data.json b/data.json index d00f090c..d7e62bda 100644 --- a/data.json +++ b/data.json @@ -721,6 +721,16 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "OK": { + "errorType": "message", + "errorMsg": "This page does not exist on OK", + "rank": 1, + "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-.]*$", + "url": "https://ok.ru/{}", + "urlMain": "https://ok.ru/", + "username_claimed": "ok", + "username_unclaimed": "noonewouldeverusethis7" + }, "Pastebin": { "errorType": "response_url", "errorUrl": "https://pastebin.com/index",