mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
sustatus thing
This commit is contained in:
parent
431266136c
commit
4afeb8ff38
@ -141,6 +141,7 @@ var commands = function(dbot) {
|
|||||||
event.reply('[reports]');
|
event.reply('[reports]');
|
||||||
_.each(sTimes, function(time) {
|
_.each(sTimes, function(time) {
|
||||||
if(items[time].type == 'report') {
|
if(items[time].type == 'report') {
|
||||||
|
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time].message);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
event.reply('[quiets]');
|
event.reply('[quiets]');
|
||||||
|
Loading…
Reference in New Issue
Block a user