Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
do not remove utf characters, issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Crabman77 committed Dec 26, 2016
1 parent 378a841 commit f31ce52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irc/hooks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit f31ce52

Please sign in to comment.