diff options
| author | 2020-08-28 19:30:34 -0500 | |
|---|---|---|
| committer | 2020-08-29 14:52:52 -0500 | |
| commit | f873e685e34f1af62f2bc49bc3e37265c327b3ea (patch) | |
| tree | de74b8e6b86f52c3284b33b313fb1b48845e00ff /config-default.yml | |
| parent | Everyone Ping: Added rule to recognized rules (diff) | |
Everyone Ping: Added required values to config
The `max` and `interval` values were required, so they were added to
the config file and the rule was modified to accept these new values.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 3a5918983..18d7f4b0e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -386,7 +386,8 @@ anti_spam: max: 3 everyone_ping: - enabled: true + interval: 1 + max: 1 reddit: |