mirror of
https://github.com/reality/dbot.git
synced 2025-01-11 12:32:36 +01:00
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