From f426a605b2c27ec162aae68cbfbeae0d547ff105 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Wed, 31 Jan 2024 13:25:44 +0100 Subject: [PATCH] Changed greeting --- src/app.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app.cpp b/src/app.cpp index ea975cb..02088ac 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -1063,7 +1063,14 @@ void App::incomingBroadcast() { void App::startChat() { createMenu(); contentContainer_->clear(); - contentContainer_->addNew("Have fun. But be patient"); + contentContainer_->addNew("A warm welcome. We wish you lots of fun.

" + "Please note the following:
    " + "
  • Be honest
  • " + "
  • Be friendly
  • " + "
  • Do not insult
  • " + "
  • Do not be sexually assaultive
  • " + "
  • Do not send unauthorized content
  • " + "
  • Do not harass anyone
", Wt::TextFormat::UnsafeXHTML); } void App::createUserListContainer(Wt::WHBoxLayout *layout) {