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