mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
Fix [#443]
This commit is contained in:
parent
be23d97293
commit
2b57300f65
@ -253,7 +253,7 @@ var commands = function(dbot) {
|
||||
|
||||
if(configPathString) {
|
||||
var configKey = _.last(configPathString.split('.'));
|
||||
if(configKey) {
|
||||
if(!configKey) {
|
||||
event.reply(dbot.t("no_config_path"));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user