3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
This commit is contained in:
reality 2013-05-17 08:15:16 +00:00
parent be23d97293
commit 2b57300f65

View File

@ -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;
}