3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-23 18:44:14 +01:00
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));
}
};
this.commands['~recipe'].regex = [/^food (.+)$/, 2];
this.commands['~recipe'].regex = [/^recipe (.+)$/, 2];
};
exports.fetch = function(dbot) {