diff options
| author | 2019-10-15 09:05:05 +1000 | |
|---|---|---|
| committer | 2019-10-15 09:05:05 +1000 | |
| commit | 8040724d1b452b79a16c7df073bd2a8f546570a5 (patch) | |
| tree | bc58ef80a3dae6b31832379deb5aa983ed09801f /config-default.yml | |
| parent | Merge pull request #503 from avayert/master (diff) | |
| parent | Merge branch 'master' into master (diff) | |
Create the !mention command. (#493)
Create the !mention command.
Co-authored-by: null <[email protected]>
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 |