diff --git a/modules/command/command.js b/modules/command/command.js index 0895a94..a142bba 100644 --- a/modules/command/command.js +++ b/modules/command/command.js @@ -14,11 +14,11 @@ var command = function(dbot) { this.listener = function(event) { var commandName = event.params[0]; if(!_.has(dbot.commands, commandName)) { - if(_.has(dbot.modules, 'quotes')) { + /*if(_.has(dbot.modules, 'quotes')) { commandName = '~'; - } else { + } else {*/ return; - } + //} } if(this.api.isBanned(event.user, commandName)) {