diff --git a/cvars.py b/cvars.py index 7829ce2..e00c795 100644 --- a/cvars.py +++ b/cvars.py @@ -119,6 +119,39 @@ COMMANDS = [ 'killserver', 'quit', 'team', + # Match control + 'readyall', + 'allready', + 'abort', + 'pause', + 'unpause', + 'lock', + 'unlock', + 'timeout', + 'timein', + # Player management + 'shuffle', + 'put', + 'mute', + 'unmute', + 'slap', + 'slay', + # Server control + 'restart', + 'endgame', + 'nextmap', + 'forcemap', + # QLX commands + 'qlx', + 'elo', + 'balance', + 'teams', + 'scores', + # Info commands + 'serverinfo', + 'players', + 'maplist', + 'configstrings', ] # Bot names for addbot command (complete list)