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:
33
cvars.py
33
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)
|
||||
|
||||
Reference in New Issue
Block a user