forked from GitHub/dbot
correct userconfigpath
This commit is contained in:
parent
a80f00038d
commit
c4301c2ec3
@ -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();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user