diff --git a/modules/report/commands.js b/modules/report/commands.js index cb29aac..2d29000 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -133,7 +133,6 @@ var commands = function(dbot) { _.each(sTimes, function(time) { event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]); }); - event.reply(sTimes.join(', ')); if(latest_ban.time != 0) { if(latest_unban.time == 0 || (latest_unban.time < latest_ban.time)) {