diff --git a/modules/admin/commands.js b/modules/admin/commands.js index 2cef092..db87f8f 100644 --- a/modules/admin/commands.js +++ b/modules/admin/commands.js @@ -247,7 +247,7 @@ var commands = function(dbot) { configPath = configPath.split('.'); configPath.pop(); event.params[1] = configPath.join('.'); - this.commands['showconfig'](event); + this.commands['~showconfig'](event); } }.bind(this)); } else {