Commit Graph

2 Commits (77cb19e70c3ab9168f246074e87efc81a476d482)

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