forked from GitHub/dbot
apparently undefined is not a function. who knew?
This commit is contained in:
parent
2bd9b081f5
commit
1c0b3d5780
@ -185,7 +185,7 @@ var sstats = function(dbot) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.db.del('user_stats', oldUser.id, function() {});
|
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));
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user