mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 22:18:19 +00:00
Default kick known bots instead of ban
This commit is contained in:
parent
03a20d6406
commit
ec7b525609
|
@ -360,7 +360,7 @@ MACRO_CONFIG_STR(SvClientSuggestion, sv_client_suggestion, 128, "Get DDNet clien
|
|||
MACRO_CONFIG_STR(SvClientSuggestionOld, sv_client_suggestion_old, 128, "Your DDNet client is old, update it on DDNet.tw!", CFGFLAG_SERVER, "Broadcast to display to players with an old version of DDNet client")
|
||||
MACRO_CONFIG_STR(SvClientSuggestionBot, sv_client_suggestion_bot, 128, "Your client has bots and can be remotely controlled!\nPlease use another client like DDNet client from DDNet.tw", CFGFLAG_SERVER, "Broadcast to display to players with a known botting client")
|
||||
MACRO_CONFIG_STR(SvBotVersionNumbers, sv_bot_version_numbers, 128, "", CFGFLAG_SERVER, "Semicolon seperated list of known bot clients to be punished by (sv_bot_punishment)")
|
||||
MACRO_CONFIG_INT(SvBotPunishment, sv_bot_punishment, 1, 0, 1024, CFGFLAG_SERVER, "0=kick otherwise ban in minutes")
|
||||
MACRO_CONFIG_INT(SvBotPunishment, sv_bot_punishment, 0, 0, 1024, CFGFLAG_SERVER, "0=kick otherwise ban in minutes")
|
||||
|
||||
// netlimit
|
||||
MACRO_CONFIG_INT(SvNetlimit, sv_netlimit, 0, 0, 10000, CFGFLAG_SERVER, "Netlimit: Maximum amount of traffic a client is allowed to use (in kb/s)")
|
||||
|
|
Loading…
Reference in a new issue