From d7bbd573581954713269caeb2ef70ec4109ee747 Mon Sep 17 00:00:00 2001 From: reality Date: Wed, 23 Jan 2013 13:40:33 +0000 Subject: [PATCH] what a fool --- modules/command/command.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) {