From: Samual Lenks Date: Fri, 31 May 2013 15:28:20 +0000 (-0400) Subject: Add the proper aliases for the commands X-Git-Tag: xonotic-v0.7.0~31^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=91a7de4fd3bb23bacbbdd7f9b76f461884c4b95e;p=xonotic%2Fxonotic-data.pk3dir.git Add the proper aliases for the commands --- diff --git a/commands.cfg b/commands.cfg index c8c73fec3..b5846f0d9 100644 --- a/commands.cfg +++ b/commands.cfg @@ -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"