home · contact · privacy
Only count chat input as command if line starts with ":" (not " :").
[plomrogue2-experiments] / server_ / game_error.py
1 class GameError(Exception):
2     pass