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(()) }