This commit is contained in:
reality 2015-04-23 14:56:47 +00:00
parent fcb32eaac4
commit 80ebcb76fd

View File

@ -30,7 +30,7 @@ var food = function(dbot) {
}.bind(this)); }.bind(this));
} }
}; };
this.commands['~recipe'].regex = [/^food (.+)$/, 2]; this.commands['~recipe'].regex = [/^recipe (.+)$/, 2];
}; };
exports.fetch = function(dbot) { exports.fetch = function(dbot) {