From a17f40c5f7cf140e2d9f9ef89d015933b5d991e2 Mon Sep 17 00:00:00 2001 From: Jetsparrow <37241560+Jetsparrow@users.noreply.github.com> Date: Sun, 24 Oct 2021 12:50:39 +0300 Subject: [PATCH] Fix default BleepedSwearRegex Added the missing 'yo' letter --- AntiAntiSwearingBot/aasb.cfg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AntiAntiSwearingBot/aasb.cfg.json b/AntiAntiSwearingBot/aasb.cfg.json index 8ce2aeb..3acfa59 100644 --- a/AntiAntiSwearingBot/aasb.cfg.json +++ b/AntiAntiSwearingBot/aasb.cfg.json @@ -1,10 +1,10 @@ { "Unbleeper": { - "BleepedSwearsRegex": "[а-яА-Я@\\*#]+", + "BleepedSwearsRegex": "[а-яА-ЯёЁ@\\*#]+", "MinWordLength": 3, "MinAmbiguousWordLength": 5 }, "SearchDictionary": { "DictionaryPath": "dict/ObsceneDictionaryRu.txt" } -} \ No newline at end of file +}