3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
This commit is contained in:
reality 2015-04-25 11:05:59 +00:00
parent 744e075697
commit ac2a6036eb

View File

@ -133,7 +133,7 @@ var commands = function(dbot) {
return parseInt(a) - parseInt(b); return parseInt(a) - parseInt(b);
}); });
if(sTimes.length > 50) { if(sTimes.length < 50) {
_.each(sTimes, function(time) { _.each(sTimes, function(time) {
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]); event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]);
}); });