Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement chat-based bot control #28

Open
mattdeboard opened this issue Jan 1, 2019 · 1 comment · May be fixed by #133
Open

Implement chat-based bot control #28

mattdeboard opened this issue Jan 1, 2019 · 1 comment · May be fixed by #133
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mattdeboard
Copy link
Owner

mattdeboard commented Jan 1, 2019

This feature would empower server/bot admins to:

  • Add new games
  • Add new maps to existing games
  • Add new modes to existing games

I envision this feature adding a few different commands. The names can be whatever, but just for example:

  • !gameadd <gamename> [<num_teams>] [<num_players_per_team>] [<map_names>]
    • gamename: Self-explanatory. e.g. "Overwatch", "Rocket League."
    • num_teams: Number of teams per game
    • num_players_per_team: Number of players per team
    • map_names: Comma-separated list of map names
  • !mapadd <gamename> [<map_names>]
    • gamename: Self-explanatory. e.g. "Overwatch", "Rocket League."
    • map_names: Comma-separated list of map names
  • !mapadd <gamename> <map_names>
    • gamename: Self-explanatory. e.g. "Overwatch", "Rocket League."
    • map_names: Comma-separated list of map names
  • !modeadd <gamename> <mode_names> [<map_names>]
    • gamename: Self-explanatory. e.g. "Overwatch", "Rocket League."
    • mode_names: Comma-separated list of mode names, e.g. 4v4,3v3 Elimination, etc.
    • map_names: Comma-separated list of map names
@mattdeboard mattdeboard added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jan 1, 2019
@mattdeboard mattdeboard removed the good first issue Good for newcomers label May 2, 2021
@mattdeboard
Copy link
Owner Author

This is blocked by #118

@mattdeboard mattdeboard linked a pull request May 16, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant