Dulcinea credits

This commit is contained in:
yago 2014-10-11 15:35:23 +02:00
parent 5d984b1dc1
commit 730a138ea4

View File

@ -277,6 +277,7 @@ function get_fortunes_uc3m()
end
function getDulcinea( text )
-- Powered by https://github.com/javierhonduco/dulcinea
local api = "http://dulcinea.herokuapp.com/api/?query="
b = http.request(api..text)
dulcinea = json:decode(b)