diff --git a/modules/command/command.js b/modules/command/command.js index d77c339..47f22fe 100644 --- a/modules/command/command.js +++ b/modules/command/command.js @@ -31,6 +31,7 @@ var command = function(dbot) { if(closestMatch < 3) { event.reply(commandName + ' not found. Did you mean ' + winner + '?'); + return; } else if(_.has(dbot.modules, 'quotes')) { commandName = '~'; } else {