Commit Graph

2 Commits (57fe492186c019d58e751095b9abfc3ee159c82b)

Author SHA1 Message Date
Dragory 9df221aa02
Apply code style from .eslintrc to migrations 2020-08-13 03:38:24 +03:00
Dragory 751b18a12d Add scheduled thread closing
A thread can be scheduled to be closed by adding a time parameter to
the !close command. For example, !close 2m would automatically close
the thread in 2 minutes. The actual scheduling is implemented with a
loop that runs every 2 seconds, checking for threads that should be
closed.
2018-03-11 21:32:14 +02:00