forked from GitHub/dbot
typical
This commit is contained in:
parent
6dd233d51f
commit
8e31ac0ed6
@ -45,7 +45,7 @@ var food = function(dbot) {
|
|||||||
var num = _.random(0, body.recipes.length - 1),
|
var num = _.random(0, body.recipes.length - 1),
|
||||||
recipe = body.recipes[num];
|
recipe = body.recipes[num];
|
||||||
|
|
||||||
event.reply('You should make ' + recipe.title + '. See: ' + recipe.source_url);
|
event.reply(event.user + ': You should make ' + recipe.title + '. See: ' + recipe.source_url);
|
||||||
}
|
}
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user