From e271ac2885040d137271b2b4e9358d230077f7b2 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 25 Apr 2015 10:30:42 +0000 Subject: [PATCH] meh --- modules/report/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/report/commands.js b/modules/report/commands.js index 6b369da..6266ae9 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -131,6 +131,7 @@ var commands = function(dbot) { }), function(time) { event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]); }); + event.reply(items.join(', ')); if(latest_ban.time != 0) { if(latest_unban.time == 0 || (latest_unban.time < latest_ban.time)) {