mirror of
https://github.com/reality/dbot.git
synced 2025-02-17 14:01:04 +01:00
two space indent for log and karma, karma logging
This commit is contained in:
parent
ef86954025
commit
a57b123fed
@ -139,6 +139,9 @@ var karma = function(dbot) {
|
||||
'item': match[1],
|
||||
'value': karma.karma
|
||||
}));
|
||||
if(_.has(dbot.modules, 'log')) {
|
||||
dbot.api.log.log(event.server, event.rUser.primaryNick, event.message);
|
||||
}
|
||||
}.bind(this));
|
||||
}.bind(this));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user