This commit is contained in:
reality 2013-07-24 22:38:52 +00:00
parent 302023e14e
commit 8e9a6e5c8e

View File

@ -189,8 +189,7 @@ var commands = function(dbot) {
configPath = configPath.split('.');
if(_.has(dbot.config.modules, configPath[0])) {
configPath.splice(0, 0, 'modules');
event.params[1] = configPath.join('.');
event.reply(event.params);
event.input[1] = configPath.join('.');
this.commands['~setconfig'](event);
return;
} else {