Update modules/link/link.js

Tab fix attempt 2
This commit is contained in:
Daniel Dowling 2013-01-30 17:28:34 +00:00
parent 8d3d5d08a5
commit 5f0bcd7710

View File

@ -35,7 +35,6 @@ var link = function(dbot) {
'~xkcd': function(event) {
var comicId = event.params[1];
if(comicId == "*"){
request("http://xkcd.com/info.0.json", function(error, response, body){
if (response.statusCode == "200") {