3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 22:39:26 +01:00

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')) {
dbot.api.log.ignoreCommand('~setwebpass');
dbot.api.log.ignoreCommand('setwebpass');
}
}.bind(this);