X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=commands.cfg;fp=commands.cfg;h=ea4a41396fcfad5a4619661232e016c036350490;hp=9e885a2692eb5db78bc5f07b63766e87258ef32a;hb=8d913ff54adc3abbf6bff0e9964e4ea2e1292b34;hpb=d6fe1d381e4530b5438c7bd49b41ce2151077901 diff --git a/commands.cfg b/commands.cfg index 9e885a269..ea4a41396 100644 --- a/commands.cfg +++ b/commands.cfg @@ -275,13 +275,14 @@ alias ban "qc_cmd_sv ban ${* ?}" // Ban an 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 muteban "qc_cmd_sv mute ${* ?}" // Alternative version of "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 (Remove an existing muting ban) -alias unmuteban "qc_cmd_sv unmute ${* ?}" // Alternative version of "unmute", unmute a client (Remove an existing muting ban) -// other aliases for ban commands -alias bans "banlist" +// alternative aliases for ban commands +alias bans "qc_cmd_sv banlist ${* ?}" +alias muteban "qc_cmd_sv mute ${* ?}" +alias unmuteban "qc_cmd_sv unmute ${* ?}" + // Client