Skip to content

Commit

Permalink
Add extra strife name
Browse files Browse the repository at this point in the history
  • Loading branch information
benrick committed May 23, 2019
1 parent 56fdb2e commit 62173c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InteractiveSeven.Twitch/Commands/MenuCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ private static MenuColors GetSpecialColor(string firstArg)
case "base":
return MenuColors.classic;
case "strife":
case "strife98":
return MenuColors.strife;
default:
return null;
Expand Down

0 comments on commit 62173c8

Please sign in to comment.