Merge pull request #7242 from Usernamerino/ChatCommandCMRaidsKC

Add chat command shorthand for challenge mode raids killcount
This commit is contained in:
Tomas Slusny
2019-02-15 22:33:46 +00:00
committed by GitHub

View File

@@ -1089,6 +1089,7 @@ public class ChatCommandsPlugin extends Plugin
case "barrows":
return "Barrows Chests";
// cox
case "cox":
case "xeric":
case "chambers":
@@ -1096,6 +1097,15 @@ public class ChatCommandsPlugin extends Plugin
case "raids":
return "Chambers of Xeric";
// cox cm
case "cox cm":
case "xeric cm":
case "chambers cm":
case "olm cm":
case "raids cm":
return "Chambers of Xeric Challenge Mode";
// tob
case "tob":
case "theatre":
case "verzik":