3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 22:39:26 +01:00
This commit is contained in:
reality 2015-01-19 22:31:18 +00:00
parent c412ad0b23
commit 4e4da78e0b

View File

@ -117,6 +117,7 @@ var commands = function(dbot) {
return parseInt(new Date(a).getTime()) - parseInt(new Date(b).getTime()); return parseInt(new Date(a).getTime()) - parseInt(new Date(b).getTime());
}), function(time) { }), function(time) {
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]); event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]);
console.log('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]);
}); });
if(ban) { if(ban) {