For example, games should probably register ~endgame by default. Then, any active player in the game can call ~endgame to stop it. Games should probably be able to define which of their players can call the command. The command should only be registered for the duration of the game.
For example, games should probably register
~endgame
by default. Then, any active player in the game can call~endgame
to stop it. Games should probably be able to define which of their players can call the command. The command should only be registered for the duration of the game.