_window.OnClose += () => { OnClose?.Invoke(); };
_window.OnOpen += () => { OnOpen?.Invoke(); };
_window.Contents.AddChild(_chatPanel);
+
+ var introText = Loc.GetString("bwoink-system-introductory-message");
+ var introMessage = new SharedBwoinkSystem.BwoinkTextMessage( _ownerId, SharedBwoinkSystem.SystemUserId, introText);
+ Receive(introMessage);
}
public void Dispose()
bwoink-system-starmute-message-no-other-users = *System: Nobody is available to receive your message. Try pinging Game Admins on Discord.
bwoink-system-messages-being-relayed-to-discord =
- Your messages are being relayed to the admins via Discord.
+ All messages are relayed to game administrators via Discord.
Issues may be handled without a response.
+bwoink-system-introductory-message =
+ Please describe the issue that you have encountered in detail. Assume that the game administrator who is resolving the problem does not have first-hand knowledge of what has occurred.
+ Please do not ask for special events or punishments for other players.
+ Any bugs and other related issues should be reported through Discord or Github.
+ Misuse of this message system may result in disciplinary action.
+
bwoink-system-typing-indicator = {$players} {$count ->
[one] is
*[other] are