mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
thing
This commit is contained in:
parent
0c6fdf826f
commit
302023e14e
@ -190,6 +190,7 @@ var commands = function(dbot) {
|
|||||||
if(_.has(dbot.config.modules, configPath[0])) {
|
if(_.has(dbot.config.modules, configPath[0])) {
|
||||||
configPath.splice(0, 0, 'modules');
|
configPath.splice(0, 0, 'modules');
|
||||||
event.params[1] = configPath.join('.');
|
event.params[1] = configPath.join('.');
|
||||||
|
event.reply(event.params);
|
||||||
this.commands['~setconfig'](event);
|
this.commands['~setconfig'](event);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user