forked from GitHub/dbot
meh
This commit is contained in:
parent
0108de389b
commit
e271ac2885
@ -131,6 +131,7 @@ var commands = function(dbot) {
|
||||
}), function(time) {
|
||||
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]);
|
||||
});
|
||||
event.reply(items.join(', '));
|
||||
|
||||
if(latest_ban.time != 0) {
|
||||
if(latest_unban.time == 0 || (latest_unban.time < latest_ban.time)) {
|
||||
|
Loading…
Reference in New Issue
Block a user