diff --git a/modules/report/commands.js b/modules/report/commands.js index 6266ae9..805eea7 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -131,7 +131,7 @@ var commands = function(dbot) { }), function(time) { event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]); }); - event.reply(items.join(', ')); + event.reply(_.keys(items).join(', ')); if(latest_ban.time != 0) { if(latest_unban.time == 0 || (latest_unban.time < latest_ban.time)) {