Merge pull request #4236 from deathbeam/more-abbrevs
Fix !kc abbreviations and add more abbreviations
This commit is contained in:
@@ -659,9 +659,12 @@ public class ChatCommandsPlugin extends Plugin
|
|||||||
case "gargs":
|
case "gargs":
|
||||||
return "Grotesque Guardians";
|
return "Grotesque Guardians";
|
||||||
|
|
||||||
case "archaeologist":
|
case "crazy arch":
|
||||||
return "Crazy Archaeologist";
|
return "Crazy Archaeologist";
|
||||||
|
|
||||||
|
case "deranged arch":
|
||||||
|
return "Deranged Archaeologist";
|
||||||
|
|
||||||
case "mole":
|
case "mole":
|
||||||
return "Giant Mole";
|
return "Giant Mole";
|
||||||
|
|
||||||
@@ -715,12 +718,17 @@ public class ChatCommandsPlugin extends Plugin
|
|||||||
case "barrows":
|
case "barrows":
|
||||||
return "Barrows Chests";
|
return "Barrows Chests";
|
||||||
|
|
||||||
|
case "cox":
|
||||||
case "xeric":
|
case "xeric":
|
||||||
|
case "chambers":
|
||||||
case "olm":
|
case "olm":
|
||||||
case "raids":
|
case "raids":
|
||||||
return "Chambers of Xeric";
|
return "Chambers of Xeric";
|
||||||
|
|
||||||
case "verxik":
|
case "tob":
|
||||||
|
case "theatre":
|
||||||
|
case "verzik":
|
||||||
|
case "verzik vitur":
|
||||||
case "raids 2":
|
case "raids 2":
|
||||||
return "Theatre of Blood";
|
return "Theatre of Blood";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user