From a52fdbcea55317735ebca9cf616a2158dc0130d7 Mon Sep 17 00:00:00 2001 From: reality Date: Fri, 29 Jan 2016 18:05:12 +0000 Subject: [PATCH] i like colours --- 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 df3f884..f481444 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -138,7 +138,7 @@ var commands = function(dbot) { }); if(sTimes.length < 70) { - event.reply('[\u00034reports\u000f]'); + event.reply('[\u00036reports\u000f]'); _.each(sTimes, function(time) { if(items[time].type == 'report') { event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time].message);