diff --git a/modules/admin/commands.js b/modules/admin/commands.js index 4547aae..8c82a6a 100644 --- a/modules/admin/commands.js +++ b/modules/admin/commands.js @@ -206,7 +206,7 @@ var commands = function(dbot) { // TODO: Same for numbers and that I assume event.reply(configPathString + ": " + currentOption + " -> " + newOption); - userConfigPath[configKey] = newOption; + configPath['user'][configKey] = newOption; dbot.reloadModules(); },