diff --git a/modules/report/commands.js b/modules/report/commands.js index 3478ee3..2932fd1 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -141,6 +141,7 @@ var commands = function(dbot) { event.reply('[reports]'); _.each(sTimes, function(time) { if(items[time].type == 'report') { + event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time].message); } }); event.reply('[quiets]');