3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

sustatus thing

This commit is contained in:
reality 2016-01-29 17:58:04 +00:00
parent 431266136c
commit 4afeb8ff38

View File

@ -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]');