X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=commands.cfg;h=1306f306bb82275d76dba67712f4f25e55e7de40;hp=1375a78871d11b51c9abb68ccbc2f801f46f1af5;hb=ebb31cd8b26835b9103733e0b383bce8c0e2534a;hpb=61749b7d7dde89c14607ba07d0a106feff962d7e diff --git a/commands.cfg b/commands.cfg index 1375a7887..1306f306b 100644 --- a/commands.cfg +++ b/commands.cfg @@ -63,7 +63,7 @@ alias dumpnotifs "qc_cmd_svmenu dumpnotifs ${* ?}" // Dump a alias dumpitems "qc_cmd_svmenu dumpitems ${* ?}" // Dump all items to the console alias dumpturrets "qc_cmd_svmenu dumpturrets ${* ?}" // Dump all turrets into turrets_dump.txt alias dumpweapons "qc_cmd_svmenu dumpweapons ${* ?}" // Dump all weapons into weapons_dump.txt -alias find "qc_cmd_svmenu find ${* ?}" // Search through entities for matching classname +alias findent "qc_cmd_svmenu findent ${* ?}" // Search through entities for matching classname alias findat "qc_cmd_svmenu findat ${* ?}" // Search through entities for matching origin alias maplist "qc_cmd_svmenu maplist ${* ?}" // Automatic control of maplist alias mx "qc_cmd_svmenu mx ${* ?}" // Send a matrix command @@ -363,8 +363,8 @@ alias vstop "qc_cmd_svcmd vote stop" // general alias vmap "vcall gotomap ${1 ?}" alias vnextmap "vcall nextmap ${1 ?}" -alias vkick "vcall kick ${1 ?}" -alias vkickban "vcall kickban ${1 ?}" +alias vkick "vcall kick ${* ?}" +alias vkickban "vcall kickban ${* ?}" alias vend "vcall endmatch" alias vdomap "vdo gotomap ${1 ?}" alias vdokick "vdo kick ${* ?}"