From fd0d3829d82a0eae640423759d3ba04f4a406ecf Mon Sep 17 00:00:00 2001 From: reality Date: Fri, 17 Jul 2015 22:52:35 +0000 Subject: [PATCH] add time to ~concerning --- modules/report/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/report/commands.js b/modules/report/commands.js index aac7738..c2f964f 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -340,7 +340,7 @@ var commands = function(dbot) { }, function() { event.reply(nick + ' has sought help ' + results.length + ' times under the host ' + host + ' or nick ' + nick); _.each(results, function(n) { - event.reply('[' + moment(parseInt(n.time)).format('DD/MM/YYYY') + '][' + n.user.split('.')[0] + '] ' + n.message); + event.reply('[' + moment(parseInt(n.time)).format('DD/MM/YYYY HH:mm:ss') + '][' + n.user.split('.')[0] + '] ' + n.message); }); }); } else {