correct userconfigpath

This commit is contained in:
reality 2013-01-20 17:02:00 +00:00
parent a80f00038d
commit c4301c2ec3

View File

@ -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();
},