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) {
console.log(response);
dbot.say(data.channel, 'Shortened link from ' + data.user + ': ' + response.surl);
});
}