]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - commands.cfg
Show a welcome window with banner, IP and MOTD on server connection (WIP: need a...
[xonotic/xonotic-data.pk3dir.git] / commands.cfg
index a8de9b95cb842512272a49bed77a2c1e4b026d6a..8b8c14ba7ead518c56dc948f2afc90b6e4327c54 100644 (file)
@@ -147,6 +147,7 @@ seta cl_autoswitch 1 "automatically switch to newly picked up weapons if they ar
 // commented out commands are really only intended for internal use, or already have declaration in the engine
 alias autoswitch           "qc_cmd_cmd    autoswitch           ${* ?}" // Whether or not to switch automatically when getting a better weapon
 alias clientversion        "qc_cmd_cmd    clientversion        ${* ?}" // Release version of the game
+//alias getserverpic       "qc_cmd_cmd    getserverpic         ${* ?}" // Retrieve server banner from the server
 //alias mv_getpicture      "qc_cmd_cmd    mv_getpicture        ${* ?}" // Retrieve mapshot picture from the server
 alias join                 "qc_cmd_cmd    join                 ${* ?}" // Become a player in the game
 alias ready                "qc_cmd_cmd    ready                ${* ?}" // Qualify as ready to end warmup stage (or restart server if allowed)