3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00

save debug

This commit is contained in:
reality 2013-08-19 17:51:55 +00:00
parent a7b2ba96e7
commit 74ec643208

View File

@ -181,6 +181,7 @@ var users = function(dbot) {
if(needsUpdating) {
this.db.save('users', event.rUser.id, event.rUser, function() {
console.log(event.rUser.channels);
this.db.save('channel_users', event.rChannel.id, event.rChannel, done);
}.bind(this));
} else {