From 9f685779d553cf395d1498cfd196c7cf6abd084f Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 25 Apr 2015 10:31:44 +0000 Subject: [PATCH] meh --- 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 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)) {