Skip to content

Commit 1847765

Browse files
committed
Add missing /astat alias for StatsCommand
1 parent e6c4c94 commit 1847765

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Atlasd/Battlenet/Protocols/Game/ChatCommands/ChatCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ private static ChatCommand Parse(string text, byte[] raw)
8686
case "rejoin":
8787
case "rj":
8888
return new ReJoinCommand(_raw, args);
89+
case "astat": // Used by Starcraft
8990
case "stats":
9091
return new StatsCommand(_raw, args);
9192
case "time":

0 commit comments

Comments
 (0)