monk-afk / filterplus

Chat filter and censor for Minetest. Includes mute command, player tags, and mention highlight.
MIT License
1 stars 0 forks source link

not lowering case when message exceeds max_caps #1

Closed monk-afk closed 9 months ago

monk-afk commented 10 months ago
    if #message > max_caps then
        lower(message)
    end

should be on line 130

monk-afk commented 9 months ago

fixed in 0.011