From 7d8c236f3f293266680483b0fa4680d584f011fd Mon Sep 17 00:00:00 2001 From: Condorra Date: Mon, 20 Feb 2023 00:02:08 +1100 Subject: [PATCH] Add link to privacy policy. --- blastmud_game/src/message_handler/new_session.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blastmud_game/src/message_handler/new_session.rs b/blastmud_game/src/message_handler/new_session.rs index 8d4807c..09a0625 100644 --- a/blastmud_game/src/message_handler/new_session.rs +++ b/blastmud_game/src/message_handler/new_session.rs @@ -16,6 +16,7 @@ pub async fn handle(session: &ListenerSession, source: String, pool: &DBPool) -> \thelp to learn more.\r\n\ [Please contact staff@blastmud.org with any feedback or suggestions on how to \r\n\ improve Blastmud, to report any inappropriate user generated content or behaviour, or if you \r\n\ - need any other help from the game's operators].\r\n"))).await?; + need any other help from the game's operators].\r\n\ + Blastmud's privacy policy: https://blastmud.org/privacy/\r\n"))).await?; Ok(()) }