From 730a138ea401b7b49c19a375dbc79a82f6eec698 Mon Sep 17 00:00:00 2001 From: yago Date: Sat, 11 Oct 2014 15:35:23 +0200 Subject: [PATCH] Dulcinea credits --- bot/bot.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/bot.lua b/bot/bot.lua index ba01f78..7a40aa4 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -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)