3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

fix showconfig recursion

This commit is contained in:
reality 2013-06-22 14:37:21 +00:00
parent 520be40504
commit bfd11c5d4d

View File

@ -247,7 +247,7 @@ var commands = function(dbot) {
configPath = configPath.split('.');
configPath.pop();
event.params[1] = configPath.join('.');
this.commands['showconfig'](event);
this.commands['~showconfig'](event);
}
}.bind(this));
} else {