From 302023e14e76971d9a518be1ac54092a6a1ff044 Mon Sep 17 00:00:00 2001 From: reality Date: Wed, 24 Jul 2013 22:35:46 +0000 Subject: [PATCH] thing --- modules/admin/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/admin/commands.js b/modules/admin/commands.js index 7d97d03..769884f 100644 --- a/modules/admin/commands.js +++ b/modules/admin/commands.js @@ -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 {