diff --git a/modules/command/command.js b/modules/command/command.js index 5a7ccee..df14456 100644 --- a/modules/command/command.js +++ b/modules/command/command.js @@ -13,9 +13,6 @@ var command = function(dbot) { */ this.listener = function(event) { var commandName = event.params[0]; - if(commandName.charAt(0) != '~') { - return; - } if(!_.has(dbot.commands, commandName)) { if(_.has(dbot.modules, 'quotes')) { commandName = '~';