1
0
ミラー元 https://github.com/MinetestForFun/irc_modpack.git 前回の同期 2025-11-07 14:45:18 +01:00
このコミットが含まれているのは:
2016-12-27 00:31:21 +01:00
コミット 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