From ac2a6036eb6ac457157f3f645e0a93c5696ba559 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 25 Apr 2015 11:05:59 +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 6a18f21..aac7738 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -133,7 +133,7 @@ var commands = function(dbot) { return parseInt(a) - parseInt(b); }); - if(sTimes.length > 50) { + if(sTimes.length < 50) { _.each(sTimes, function(time) { event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]); });