From d718b81d792e902d5072c3bd75d1572f202e82f9 Mon Sep 17 00:00:00 2001 From: reality Date: Tue, 27 Aug 2013 23:23:33 +0000 Subject: [PATCH] bleh --- modules/command/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/command/command.js b/modules/command/command.js index e842a3c..c72430c 100644 --- a/modules/command/command.js +++ b/modules/command/command.js @@ -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')) {