From 80ebcb76fd8896df3056a3e9a252b38b2613e6a4 Mon Sep 17 00:00:00 2001 From: reality Date: Thu, 23 Apr 2015 14:56:47 +0000 Subject: [PATCH] hehe --- 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 f1e3f4a..adb2115 100644 --- a/modules/food/food.js +++ b/modules/food/food.js @@ -30,7 +30,7 @@ var food = function(dbot) { }.bind(this)); } }; - this.commands['~recipe'].regex = [/^food (.+)$/, 2]; + this.commands['~recipe'].regex = [/^recipe (.+)$/, 2]; }; exports.fetch = function(dbot) {