Add chat command shorthand for challenge mode raids killcount

This commit is contained in:
Usernamerino
2019-01-08 23:26:39 +01:00
committed by Tomas Slusny
parent ecfc8276b5
commit 56d583f70a

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":