fix log ignore hook for setwebpass

This commit is contained in:
reality 2013-12-30 14:16:03 +00:00
parent 5941d3f1bd
commit 036cdb0740

View File

@ -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);