mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39: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]');
|
||||
_.each(sTimes, function(time) {
|
||||
if(items[time].type == 'report') {
|
||||
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time].message);
|
||||
}
|
||||
});
|
||||
event.reply('[quiets]');
|
||||
|
Loading…
Reference in New Issue
Block a user