]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - commands.cfg
Sort correctly Mayhem and Team Mayhem in the gametype menu list
[xonotic/xonotic-data.pk3dir.git] / commands.cfg
index 9e885a2692eb5db78bc5f07b63766e87258ef32a..308cd0b8e281dbb3245c5c21c830d11bc69d6d6f 100644 (file)
@@ -275,13 +275,16 @@ 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  ${* ?}"
+alias chatban   "qc_cmd_sv mute    ${* ?}"
+alias unchatban "qc_cmd_sv unmute  ${* ?}"
+
 
 
 // Client
@@ -296,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 ${* ?}"