Increase rate limit for !stats and !votes to 1 minute
This commit is contained in:
parent
180d36851e
commit
4987b4cfe2
@ -3,8 +3,8 @@ PING_MIN_WAIT = 30 # How long !start has to wait after a !ping
|
|||||||
MINIMUM_WAIT = 60
|
MINIMUM_WAIT = 60
|
||||||
EXTRA_WAIT = 20
|
EXTRA_WAIT = 20
|
||||||
MAXIMUM_WAITED = 3 # limit for amount of !wait's
|
MAXIMUM_WAITED = 3 # limit for amount of !wait's
|
||||||
STATS_RATE_LIMIT = 15
|
STATS_RATE_LIMIT = 60
|
||||||
VOTES_RATE_LIMIT = 15
|
VOTES_RATE_LIMIT = 60
|
||||||
ADMINS_RATE_LIMIT = 300
|
ADMINS_RATE_LIMIT = 300
|
||||||
SHOTS_MULTIPLIER = .12 # ceil(shots_multiplier * len_players) = bullets given
|
SHOTS_MULTIPLIER = .12 # ceil(shots_multiplier * len_players) = bullets given
|
||||||
MAX_PLAYERS = 17
|
MAX_PLAYERS = 17
|
||||||
@ -94,7 +94,7 @@ import botconfig
|
|||||||
RULES = (botconfig.CHANNEL + " channel rules: 1) Be nice to others. 2) Do not share information "+
|
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"+
|
"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 "+
|
"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.")
|
"8) Use common sense. 9) Waiting for timeouts is discouraged.")
|
||||||
|
|
||||||
# Other settings:
|
# Other settings:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user