]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add the proper aliases for the commands
authorSamual Lenks <samual@xonotic.org>
Fri, 31 May 2013 15:28:20 +0000 (11:28 -0400)
committerSamual Lenks <samual@xonotic.org>
Fri, 31 May 2013 15:28:20 +0000 (11:28 -0400)
commands.cfg

index c8c73fec3e2334e4683da30480800697efb8e7e8..b5846f0d95cca76e1630bcd4d916be01d9e993f1 100644 (file)
@@ -239,7 +239,9 @@ alias settemp_restore "qc_cmd_svcl settemp_restore"
 alias ban                  "qc_cmd_sv     ban                  ${* ?}" // Ban an IP address or a range of addresses (like 1.2.3)
 alias banlist              "qc_cmd_sv     banlist              ${* ?}" // List all existing bans
 alias kickban              "qc_cmd_sv     kickban              ${* ?}" // Disconnect a client and ban it at the same time
+alias mute                 "qc_cmd_sv     mute                 ${* ?}" // Disallow a client from talking by muting them
 alias unban                "qc_cmd_sv     unban                ${* ?}" // Remove an existing ban
+alias unmute               "qc_cmd_sv     unmute               ${* ?}" // Unmute a client
 
 // other aliases for ban commands
 alias bans "banlist"