lower_case
devel
@ -66,7 +66,7 @@ end
function filter.check_message(name, message)
for _, w in ipairs(words) do
if utf8.find(message:lower(), "%f[%a]" .. w .. "%f[%A]") then
if utf8.find(utf8.lower(message), "%f[%a]" .. w .. "%f[%A]") then
return false
end
The note is not visible to the blocked user.