forked from GitHub/dbot
debug output
This commit is contained in:
parent
e1833017b0
commit
7f9089bc5e
@ -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);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user