From 91a7de4fd3bb23bacbbdd7f9b76f461884c4b95e Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 31 May 2013 11:28:20 -0400 Subject: [PATCH] Add the proper aliases for the commands --- commands.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands.cfg b/commands.cfg index c8c73fec3e..b5846f0d95 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" -- 2.39.2