mirror of
https://github.com/reality/dbot.git
synced 2025-01-12 04:52:36 +01:00
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…
Reference in New Issue
Block a user