From 6dd233d51fcb191ace938818e05149feecb53886 Mon Sep 17 00:00:00 2001 From: reality Date: Thu, 23 Apr 2015 15:17:04 +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 1ae28ab..f73a0d5 100644 --- a/modules/food/food.js +++ b/modules/food/food.js @@ -49,7 +49,7 @@ var food = function(dbot) { } }.bind(this)); } - }; + }.bind(this); this.on = 'PRIVMSG'; };