From 4987b4cfe23db383ea91bf7508e8960223bd888e Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 2 Nov 2013 15:48:35 +0100 Subject: [PATCH] Increase rate limit for !stats and !votes to 1 minute --- settings/wolfgame.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index e9ddd81..3c6503a 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -3,8 +3,8 @@ PING_MIN_WAIT = 30 # How long !start has to wait after a !ping MINIMUM_WAIT = 60 EXTRA_WAIT = 20 MAXIMUM_WAITED = 3 # limit for amount of !wait's -STATS_RATE_LIMIT = 15 -VOTES_RATE_LIMIT = 15 +STATS_RATE_LIMIT = 60 +VOTES_RATE_LIMIT = 60 ADMINS_RATE_LIMIT = 300 SHOTS_MULTIPLIER = .12 # ceil(shots_multiplier * len_players) = bullets given MAX_PLAYERS = 17 @@ -94,7 +94,7 @@ import botconfig RULES = (botconfig.CHANNEL + " channel rules: 1) Be nice to others. 2) Do not share information "+ "after death. 3) No bots allowed. 4) Do not play with clones.\n"+ "5) Do not quit unless you need to leave. 6) Keep it "+ - "safe for work. 7) Do not paste PM's from the bot during the game. "+ + "safe for work. 7) Do not paste private messages from the bot during the game. "+ "8) Use common sense. 9) Waiting for timeouts is discouraged.") # Other settings: