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
|
// TODO: Same for numbers and that I assume
|
||||||
|
|
||||||
event.reply(configPathString + ": " + currentOption + " -> " + newOption);
|
event.reply(configPathString + ": " + currentOption + " -> " + newOption);
|
||||||
userConfigPath[configKey] = newOption;
|
configPath['user'][configKey] = newOption;
|
||||||
dbot.reloadModules();
|
dbot.reloadModules();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user