3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-11 20:42:37 +01:00
This commit is contained in:
reality 2013-10-22 14:45:21 +00:00
parent de1d8d67d8
commit fdfb94371e

View File

@ -185,7 +185,7 @@ var sstats = function(dbot) {
}
});
this.db.del('user_stats', oldUser.id, function() {});
this.db.save('user_stats', newUser.id, newUser, function() {});
this.db.save('user_stats', newUser.id, nuStats, function() {});
}.bind(this));
}.bind(this));