forked from GitHub/dbot
fix log ignore hook for setwebpass
This commit is contained in:
parent
5941d3f1bd
commit
036cdb0740
@ -140,7 +140,7 @@ var webInterface = function(dbot) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if(_.has(dbot.modules, 'log')) {
|
if(_.has(dbot.modules, 'log')) {
|
||||||
dbot.api.log.ignoreCommand('~setwebpass');
|
dbot.api.log.ignoreCommand('setwebpass');
|
||||||
}
|
}
|
||||||
}.bind(this);
|
}.bind(this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user