]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
terrencehill's color codes patch. Please test thoroughly! Syntax: ^xF00 = red
[xonotic/darkplaces.git] / host_cmd.c
index b5a4047b2bbc17e69a295a97dfc0de4ea636f09a..4436ae5b4f0a52e2566741164fa98a438b52d2f4 100644 (file)
@@ -1035,7 +1035,7 @@ void Host_Name_f (void)
        if (strcmp(host_client->old_name, host_client->name))
        {
                if (host_client->spawned)
-                       SV_BroadcastPrintf("%s changed name to %s\n", host_client->old_name, host_client->name);
+                       SV_BroadcastPrintf("%s ^7changed name to %s\n", host_client->old_name, host_client->name);
                strlcpy(host_client->old_name, host_client->name, sizeof(host_client->old_name));
                // send notification to all clients
                MSG_WriteByte (&sv.reliable_datagram, svc_updatename);