added spotify plugin (thanks to @TiagoDanin)

fixed kickass plugin (required HTTPS)
included console.lua (for those who may use it)
included link to otouto update channel in about.lua
This commit is contained in:
topkecleon
2015-09-22 22:27:36 -04:00
parent ab16426898
commit c7ba76e72b
8 changed files with 134 additions and 6 deletions

View File

@ -21,7 +21,7 @@ local action = function(msg)
return send_msg(msg, doc)
end
local jstr, res = HTTP.request(url..URL.escape(input))
local jstr, res = HTTPS.request(url..URL.escape(input))
if res ~= 200 then
return send_msg(msg, config.locale.errors.connection)
end