mirror of
https://github.com/Jetsparrow/antiantiswearingbot.git
synced 2026-01-20 23:16:08 +03:00
Fix default BleepedSwearRegex
Added the missing 'yo' letter
This commit is contained in:
parent
799128667f
commit
a17f40c5f7
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"Unbleeper": {
|
"Unbleeper": {
|
||||||
"BleepedSwearsRegex": "[а-яА-Я@\\*#]+",
|
"BleepedSwearsRegex": "[а-яА-ЯёЁ@\\*#]+",
|
||||||
"MinWordLength": 3,
|
"MinWordLength": 3,
|
||||||
"MinAmbiguousWordLength": 5
|
"MinAmbiguousWordLength": 5
|
||||||
},
|
},
|
||||||
"SearchDictionary": {
|
"SearchDictionary": {
|
||||||
"DictionaryPath": "dict/ObsceneDictionaryRu.txt"
|
"DictionaryPath": "dict/ObsceneDictionaryRu.txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user