mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
save debug
This commit is contained in:
parent
a7b2ba96e7
commit
74ec643208
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user