diff --git a/modules/sstats/sstats.js b/modules/sstats/sstats.js index fbb5bfc..158707b 100644 --- a/modules/sstats/sstats.js +++ b/modules/sstats/sstats.js @@ -185,7 +185,7 @@ var sstats = function(dbot) { } }); this.db.del('user_stats', oldUser.id, function() {}); - this.db.save('user_stats', newUser.id, function() {}); + this.db.save('user_stats', newUser.id, newUser, function() {}); }.bind(this)); }.bind(this));