mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
meh
This commit is contained in:
parent
cb2e4da2ae
commit
3d92550c76
@ -133,7 +133,6 @@ var commands = function(dbot) {
|
|||||||
_.each(sTimes, function(time) {
|
_.each(sTimes, function(time) {
|
||||||
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]);
|
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]);
|
||||||
});
|
});
|
||||||
event.reply(sTimes.join(', '));
|
|
||||||
|
|
||||||
if(latest_ban.time != 0) {
|
if(latest_ban.time != 0) {
|
||||||
if(latest_unban.time == 0 || (latest_unban.time < latest_ban.time)) {
|
if(latest_unban.time == 0 || (latest_unban.time < latest_ban.time)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user