mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
bleh
This commit is contained in:
parent
83a37a88f9
commit
d718b81d79
@ -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')) {
|
||||
|
Loading…
Reference in New Issue
Block a user