From 148e4a43dbbc06c6798217ef0794757a23e044a6 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 14 Mar 2015 10:17:19 +0000 Subject: [PATCH] oops --- 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 f1e5c72..88681ce 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -308,7 +308,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') + '][' + n.user.split('.')[0] + '] ' + n.message); }); }); } else {