]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Sync commands.cfg with generic.qc
authorSamual <samual@xonotic.org>
Thu, 29 Dec 2011 01:24:15 +0000 (20:24 -0500)
committerSamual <samual@xonotic.org>
Thu, 29 Dec 2011 01:24:15 +0000 (20:24 -0500)
commands.cfg

index fa73f413fb37310d7e99ca599863c19c5cba4dc3..c4e22836616337937755f5cbe6beb7ff0fc0ce44 100644 (file)
@@ -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