Fix default BleepedSwearRegex

Added the missing 'yo' letter
This commit is contained in:
Jetsparrow 2021-10-24 12:50:39 +03:00 committed by GitHub
parent 799128667f
commit a17f40c5f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
{
"Unbleeper": {
"BleepedSwearsRegex": "[а-яА-Я@\\*#]+",
"BleepedSwearsRegex": "[а-яА-ЯёЁ@\\*#]+",
"MinWordLength": 3,
"MinAmbiguousWordLength": 5
},
"SearchDictionary": {
"DictionaryPath": "dict/ObsceneDictionaryRu.txt"
}
}
}