3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-12 04:52:36 +01:00

debug output

This commit is contained in:
Luke Slater 2012-04-14 06:23:01 +01:00
parent e1833017b0
commit 7f9089bc5e

View File

@ -18,6 +18,7 @@ var autoshorten = function(dbot) {
}; };
http.get(options, function(response) { http.get(options, function(response) {
console.log(response);
dbot.say(data.channel, 'Shortened link from ' + data.user + ': ' + response.surl); dbot.say(data.channel, 'Shortened link from ' + data.user + ': ' + response.surl);
}); });
} }