forked from GitHub/dbot
correct user ids
This commit is contained in:
parent
64e7294233
commit
1d9765c95b
@ -53,7 +53,7 @@ var api = function(dbot) {
|
||||
this.pending[op.id].push({
|
||||
'time': new Date().getTime(),
|
||||
'channel': cName,
|
||||
'user': op.id,
|
||||
'user': user.id,
|
||||
'message': message
|
||||
});
|
||||
this.pNotify[op.id] = true;
|
||||
|
Loading…
Reference in New Issue
Block a user