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 {