diff --git a/modules/sstats/sstats.js b/modules/sstats/sstats.js index 6c97582..cc9e70b 100644 --- a/modules/sstats/sstats.js +++ b/modules/sstats/sstats.js @@ -180,7 +180,9 @@ var sstats = function(dbot) { if(_.isObject(stat)) { _.each(ouStats[key], function(stat, sKey) { _.each(ouStats[key][sKey], function(stat, ssKey) { + if(_.has(nuStats[key][sKey], ssKey)) { nuStats[key][sKey][ssKey] += stat; + } }); }); } else {