From: bones_was_here Date: Mon, 26 Sep 2022 05:23:23 +0000 (+1000) Subject: Make MOTD header fancier in welcome message X-Git-Tag: xonotic-v0.8.6~348^2~1 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=0199a0de8ce846e1dbac7cdba26531f320489f8a;p=xonotic%2Fxonotic-data.pk3dir.git Make MOTD header fancier in welcome message --- diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index 1dba6aa96..9fc858cda 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -1468,7 +1468,7 @@ bool net_handle_ServerWelcome() msg = strcat(msg, mutator_msg); // trust that the mutator will do proper formatting if (motd != "") - msg = strcat(msg, "\n\n^8", _("MOTD:"), " ^7", motd); + msg = strcat(msg, "^8\n^9↓ ", _("Server's message"), " ↓^8\n", motd); strcpy(welcome_msg, msg); welcome_msg_menu_check_maxtime = time + 1; // wait for menu to load before showing the welcome dialog