Changed greeting
This commit is contained in:
@@ -1063,7 +1063,14 @@ void App::incomingBroadcast() {
|
|||||||
void App::startChat() {
|
void App::startChat() {
|
||||||
createMenu();
|
createMenu();
|
||||||
contentContainer_->clear();
|
contentContainer_->clear();
|
||||||
contentContainer_->addNew<Wt::WText>("Have fun. But be patient");
|
contentContainer_->addNew<Wt::WText>("A warm welcome. We wish you lots of fun.<br /><br />"
|
||||||
|
"Please note the following:<br/><ul>"
|
||||||
|
"<li>Be honest</li>"
|
||||||
|
"<li>Be friendly</li>"
|
||||||
|
"<li>Do not insult</li>"
|
||||||
|
"<li>Do not be sexually assaultive</li>"
|
||||||
|
"<li>Do not send unauthorized content</li>"
|
||||||
|
"<li>Do not harass anyone</li></ul>", Wt::TextFormat::UnsafeXHTML);
|
||||||
}
|
}
|
||||||
|
|
||||||
void App::createUserListContainer(Wt::WHBoxLayout *layout) {
|
void App::createUserListContainer(Wt::WHBoxLayout *layout) {
|
||||||
|
|||||||
Reference in New Issue
Block a user