feat: game lobby service
This commit is contained in:
@@ -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}}
|
||||
Reference in New Issue
Block a user