feat: game lobby service

This commit is contained in:
Ilia Denisov
2026-04-25 23:20:55 +02:00
committed by GitHub
parent 32dc29359a
commit 48b0056b49
336 changed files with 57074 additions and 1418 deletions
@@ -0,0 +1 @@
Member removed from {{.game_name}}
@@ -0,0 +1,3 @@
{{.membership_user_name}} ({{.membership_user_id}}) was removed from {{.game_name}} because the account is no longer active ({{.reason}}).
Game ID: {{.game_id}}
@@ -0,0 +1 @@
Race name "{{.race_name}}" is now registered
@@ -0,0 +1 @@
Your race name "{{.race_name}}" is now permanently registered.
@@ -0,0 +1 @@
Race name "{{.race_name}}" cannot be registered after {{.game_name}}
@@ -0,0 +1,4 @@
The race name "{{.race_name}}" cannot be registered after {{.game_name}}.
Game ID: {{.game_id}}
Reason: {{.reason}}
@@ -0,0 +1 @@
Race name "{{.race_name}}" can be registered after {{.game_name}}
@@ -0,0 +1,4 @@
Your performance in {{.game_name}} qualifies the race name "{{.race_name}}" for permanent registration.
Game ID: {{.game_id}}
Eligible until (Unix milliseconds): {{.eligible_until_ms}}