From 3d92550c76aa012e4aa78c61a039df5257db568f Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 25 Apr 2015 10:36:21 +0000 Subject: [PATCH] meh --- modules/report/commands.js | 1 - 1 file changed, 1 deletion(-) 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)) {