Can you add support for external list for FilterWords list? For example I'm using UFilter and I have the list of those bad words really big. It's also very handy to be able to add the word right from the game chat by command
ufilter add <word or string>So when the player with permission noticed a new version of bad word someone using in chat, he/she just adding it in seconds and it's now will be filtered. Can you add a support of external list, so I could link
oxide/data/UFilter.jsonwithout need to update 2 lists? It has really simple format:
{
"Profanities": [
"word1",
"word2",
"word3"
]
}Also, can you, please, make your filter case-insensitive? You don't really want users to use all variants of case, do you?
Like Word != wOrd != woRd != WoRd etc...
Thanks in advance!