X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=commands.cfg;h=308cd0b8e281dbb3245c5c21c830d11bc69d6d6f;hb=refs%2Fheads%2FJuhu%2Fminigame_floodcontrol;hp=ea4a41396fcfad5a4619661232e016c036350490;hpb=a4920b30ea8dc8c548d23561766b6efd5955d221;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/commands.cfg b/commands.cfg index ea4a41396..308cd0b8e 100644 --- a/commands.cfg +++ b/commands.cfg @@ -282,6 +282,8 @@ alias unmute "qc_cmd_sv unmute ${* ?}" // Unmute alias bans "qc_cmd_sv banlist ${* ?}" alias muteban "qc_cmd_sv mute ${* ?}" alias unmuteban "qc_cmd_sv unmute ${* ?}" +alias chatban "qc_cmd_sv mute ${* ?}" +alias unchatban "qc_cmd_sv unmute ${* ?}" @@ -297,7 +299,8 @@ alias voteban "qc_cmd_sv voteban ${* ?}" // Ban alias unvoteban "qc_cmd_sv unvoteban ${* ?}" // Remove an existing vote ban client // other aliases for muteban, playban and voteban lists -alias mutebans "g_muteban_list ${* ?}" +alias mutebans "g_chatban_list ${* ?}" +alias chatbans "g_chatban_list ${* ?}" alias playbans "g_playban_list ${* ?}" alias votebans "g_voteban_list ${* ?}"