diff options
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index c9d043ff7..1d7a2ff78 100644 --- a/config-default.yml +++ b/config-default.yml @@ -493,6 +493,13 @@ free: help_channels: enable: true + # Allowed duration of inactivity before archiving a help post + idle_minutes: 30 + + # Allowed duration of inactivity when post is empty (due to deleted messages) + # before archiving a help post + deleted_idle_minutes: 5 + # Roles which are allowed to use the command which makes channels dormant cmd_whitelist: - *HELPERS_ROLE |