3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
This commit is contained in:
reality 2013-08-27 23:23:33 +00:00
parent 83a37a88f9
commit d718b81d79

View File

@ -34,7 +34,7 @@ var command = function(dbot) {
}
});
if(closestMatch < 3) {
if(closestMatch < 1) {
event.reply(commandName + ' not found. Did you mean ' + winner + '?');
return;
} else if(_.has(dbot.modules, 'quotes')) {