From: Rudolf Polzer Date: Fri, 11 Oct 2013 14:45:51 +0000 (+0200) Subject: Merge matthiaskrgr/cmds by squashing, fixes #1783. X-Git-Tag: xonotic-v0.8.0~297 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=fe8fef8c3dae143681a94e904203eec6bb8d42cb Merge matthiaskrgr/cmds by squashing, fixes #1783. --- diff --git a/commands.cfg b/commands.cfg index dca2334bc7..71e6eb2cb0 100644 --- a/commands.cfg +++ b/commands.cfg @@ -122,6 +122,7 @@ alias hud "qc_cmd_cl hud ${* ?}" // Comman alias localprint "qc_cmd_cl localprint ${* ?}" // Create your own centerprint sent to yourself //alias mv_download "qc_cmd_cl mv_download ${* ?}" // Retrieve mapshot picture from the server alias sendcvar "qc_cmd_cl sendcvar ${* ?}" // Send a cvar to the server (like weaponpriority) +alias exit "quit" // other aliases for local commands alias hud_configure "qc_cmd_cl hud configure" @@ -336,6 +337,7 @@ alias vdomap "vdo gotomap ${1 ?}" alias vdokick "vdo kick ${* ?}" alias vdokickban "vdo kickban ${* ?}" alias vdoend "vdo endmatch" +alias vext "vcall extendmatchtime" // ====================== // rcon server commands