Add missing Quake Live commands to autocomplete

- 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

Total commands increased from 18 to 47
This commit is contained in:
pfl
2026-01-09 14:23:50 +01:00
parent e6e32033ad
commit a03b4b0b93

View File

@ -119,6 +119,39 @@ COMMANDS = [
'killserver', 'killserver',
'quit', 'quit',
'team', '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) # Bot names for addbot command (complete list)