diff --git a/modules/command/command.js b/modules/command/command.js index 13b3654..49a21b4 100644 --- a/modules/command/command.js +++ b/modules/command/command.js @@ -49,7 +49,7 @@ var command = function(dbot) { }); } } - if(!_.include(['~reload', '~load', '~unload'], commandName)) dbot.api.event.emit('command', [ event ]); + if(!_.include(['~reload', '~load', '~unload', '~setconfig'], commandName)) dbot.api.event.emit('command', [ event ]); dbot.save(); } else { if(commandName !== '~') {