diff options
| author | 2019-10-15 22:35:24 +0800 | |
|---|---|---|
| committer | 2019-10-15 22:35:24 +0800 | |
| commit | 61bbe0c1212c15dd09654205054d7be4d303f880 (patch) | |
| tree | 21599a833e30dd8ee9a8e67537ebca1b562ef7a4 /config-default.yml | |
| parent | Merge branch 'master' into off-topic-check (diff) | |
| parent | Create the !mention command. (#493) (diff) | |
Merge branch 'master' into off-topic-check
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 0dac9bf9f..ca405337e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -347,6 +347,10 @@ free: cooldown_rate: 1 cooldown_per: 60.0 +mention: + message_timeout: 300 + reset_delay: 5 + redirect_output: delete_invocation: true delete_delay: 15 |