3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
This commit is contained in:
reality 2013-07-24 22:35:46 +00:00
parent 0c6fdf826f
commit 302023e14e

View File

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