From c4301c2ec383741a30c8ee4a660294baa1b8a446 Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 20 Jan 2013 17:02:00 +0000 Subject: [PATCH] correct userconfigpath --- modules/admin/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); },