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:
parent
520be40504
commit
bfd11c5d4d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user