From 7f9089bc5e311f486d5ae52d9c1f80db2861560d Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sat, 14 Apr 2012 06:23:01 +0100 Subject: [PATCH] debug output --- modules/autoshorten.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/autoshorten.js b/modules/autoshorten.js index 1458cb5..2f7b6c8 100644 --- a/modules/autoshorten.js +++ b/modules/autoshorten.js @@ -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); }); }