3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49: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 = configPath.split('.');
configPath.pop(); configPath.pop();
event.params[1] = configPath.join('.'); event.params[1] = configPath.join('.');
this.commands['showconfig'](event); this.commands['~showconfig'](event);
} }
}.bind(this)); }.bind(this));
} else { } else {