From 1d9765c95b6e75387f0d6c15437ad91661ead941 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 6 Sep 2014 12:01:32 +0000 Subject: [PATCH] correct user ids --- modules/report/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/report/api.js b/modules/report/api.js index 6586853..7cb78a1 100644 --- a/modules/report/api.js +++ b/modules/report/api.js @@ -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;