From 8e31ac0ed6af5c32c9f09a7e3fbadffab76b0c31 Mon Sep 17 00:00:00 2001 From: reality Date: Thu, 23 Apr 2015 15:17:38 +0000 Subject: [PATCH] typical --- modules/food/food.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/food/food.js b/modules/food/food.js index f73a0d5..6756f50 100644 --- a/modules/food/food.js +++ b/modules/food/food.js @@ -45,7 +45,7 @@ var food = function(dbot) { var num = _.random(0, body.recipes.length - 1), 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)); }