From: Samual Date: Thu, 29 Dec 2011 01:24:15 +0000 (-0500) Subject: Sync commands.cfg with generic.qc X-Git-Tag: xonotic-v0.6.0~188^2~28^2~36 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=211af8260b826e283ce5956f076e719be2c5b0be;p=xonotic%2Fxonotic-data.pk3dir.git Sync commands.cfg with generic.qc --- diff --git a/commands.cfg b/commands.cfg index fa73f413f..c4e228366 100644 --- a/commands.cfg +++ b/commands.cfg @@ -43,9 +43,10 @@ alias vote "qc_cmd_svcmd vote ${* ?}" // Reques alias who "qc_cmd_svcmd who ${* ?}" // Display detailed client information about all players // generic commands (across all programs) -alias addtolist "qc_cmd_svmenu addtolist ${* ?}" // Add a string to a cvar at the end of a list +alias addtolist "qc_cmd_svmenu addtolist ${* ?}" // Add a string to a cvar alias dumpcommands "qc_cmd_svmenu dumpcommands ${* ?}" // Dump all commands on the program to *_cmd_dump.txt alias maplist "qc_cmd_svmenu maplist ${* ?}" // Automatic control of maplist +alias removefromlist "qc_cmd_svmenu removefromlist ${* ?}" // Remove a string from a cvar alias rpn "qc_cmd_svmenu rpn ${* ?}" // RPN calculator //alias settemp "qc_cmd_svmenu settemp ${* ?}" // Temporarily set a value to a cvar which is restored later //alias settemp_restore "qc_cmd_svmenu settemp_restore ${* ?}" // Restore all cvars set by settemp command