diff --git a/plugins/twitter.lua b/plugins/twitter.lua index f75e737..bc0bc58 100644 --- a/plugins/twitter.lua +++ b/plugins/twitter.lua @@ -34,6 +34,7 @@ function run(msg, matches) local header = "Tweet von " .. response.user.name .. " (@" .. response.user.screen_name .. ")\n" local text = response.text + text = string.gsub(text, "&", "&") -- replace short URLs if response.entities.url then