diff --git a/plugins/translate.lua b/plugins/translate.lua index 02666ea..0cf4817 100644 --- a/plugins/translate.lua +++ b/plugins/translate.lua @@ -32,6 +32,7 @@ PLUGIN.action = function(msg) end local output = str:gmatch("%[%[%[\"(.*)\"")():gsub("\"(.*)", "") + local output = latcyr(output) send_msg(msg.reply_to_message, output)