mirror of
https://github.com/MinetestForFun/irc_modpack.git
synced 2025-01-09 07:10:19 +01:00
do not remove utf characters, issue https://github.com/MinetestForFun/irc_modpack/issues/2
This commit is contained in:
parent
378a841b7d
commit
f31ce528ab
@ -19,7 +19,7 @@ local function normalize(text)
|
||||
-- Strip colors
|
||||
text = text:gsub("\3[0-9][0-9,]*", "")
|
||||
|
||||
return text:gsub(stripped_chars, "")
|
||||
return text --:gsub(stripped_chars, "")
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user