Supply staff contact email in place of under development message

This commit is contained in:
Condorra 2023-02-18 00:24:28 +11:00
parent 61305627e3
commit 1d04369ef2

View File

@ -14,8 +14,8 @@ pub async fn handle(session: &ListenerSession, source: String, pool: &DBPool) ->
\t<bold>register <lt>username> <lt>password> <lt>email><reset> to register as a new user.\r\n\ \t<bold>register <lt>username> <lt>password> <lt>email><reset> to register as a new user.\r\n\
\t<bold>login <lt>username> <lt>password><reset> to log in as an existing user.\r\n\ \t<bold>login <lt>username> <lt>password><reset> to log in as an existing user.\r\n\
\t<bold>help<reset> to learn more.\r\n\ \t<bold>help<reset> to learn more.\r\n\
[Please note BlastMud is still under development. You are welcome to play as we \ [Please contact staff@blastmud.org with any feedback or suggestions on how to \r\n\
develop it, but note it might still have bugs, unimplemented features, and \ improve Blastmud, to report any inappropriate user generated content or behaviour, or if you \r\n\
unbalanced gameplay aspects].\r\n"))).await?; need any other help from the game's operators].\r\n"))).await?;
Ok(()) Ok(())
} }