From 36d856a764675591cee0d908e6a526f08e51e4a5 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Wed, 11 Jul 2018 09:22:50 -0700 Subject: [PATCH] Lower warning cap to 12 20 was too high and nobody ever hit it unless ops gave out manual warnings. Idlers mostly just got away with a very small amount of stasis. --- src/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings.py b/src/settings.py index 1ef53c2..c9e5643 100644 --- a/src/settings.py +++ b/src/settings.py @@ -84,8 +84,8 @@ RESTRICT_FSTASIS = True AUTO_SANCTION = ( #min max sanctions (4, 6, {"stasis": 1}), - (7, 19, {"scalestasis": (0, 1, -5)}), - (20, 20, {"tempban": 10}) + (7, 11, {"scalestasis": (0, 1, -4)}), + (12, 12, {"tempban": 6}) ) # Send a message to deadchat or wolfchat when a user spectates them