mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
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')) {
|
||||
dbot.api.log.ignoreCommand('~setwebpass');
|
||||
dbot.api.log.ignoreCommand('setwebpass');
|
||||
}
|
||||
}.bind(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user