diff -Nru tremulous/src/game/g_buildable.c tremulous.temp/src/game/g_buildable.c
--- tremulous/src/game/g_buildable.c	2007-02-28 18:28:08.000000000 +0100
+++ tremulous.temp/src/game/g_buildable.c	2007-02-28 18:31:30.000000000 +0100
@@ -647,7 +647,7 @@
           BG_FindHumanNameForBuildable( self->s.modelindex ), 
           attacker->client->pers.netname ) );
     }
-    G_LogPrintf( "Decon: %i %i %i: %s^7 destroyed %s by %s\n",
+    G_LogPrintf( "Decon: %i %i %i: %s ^3destroyed^7 %s by %s\n",
       attacker->client->ps.clientNum, self->s.modelindex, mod,
       attacker->client->pers.netname, 
       BG_FindNameForBuildable( self->s.modelindex ),
@@ -891,7 +891,7 @@
           BG_FindHumanNameForBuildable( self->s.modelindex ), 
           attacker->client->pers.netname ) );
     }
-    G_LogPrintf( "Decon: %i %i %i: %s^7 destroyed %s by %s\n",
+    G_LogPrintf( "Decon: %i %i %i: %s ^3destroyed^7 %s by %s\n",
       attacker->client->ps.clientNum, self->s.modelindex, mod,
       attacker->client->pers.netname, 
       BG_FindNameForBuildable( self->s.modelindex ),
@@ -1322,7 +1322,7 @@
           BG_FindHumanNameForBuildable( self->s.modelindex ), 
           attacker->client->pers.netname ) );
     }
-    G_LogPrintf( "Decon: %i %i %i: %s^7 destroyed %s by %s\n",
+    G_LogPrintf( "Decon: %i %i %i: %s ^3destroyed^7 %s by %s\n",
       attacker->client->ps.clientNum, self->s.modelindex, mod,
       attacker->client->pers.netname, 
       BG_FindNameForBuildable( self->s.modelindex ),
@@ -2286,7 +2286,7 @@
           BG_FindHumanNameForBuildable( self->s.modelindex ), 
           attacker->client->pers.netname ) );
     }
-    G_LogPrintf( "Decon: %i %i %i: %s^7 destroyed %s by %s\n",
+    G_LogPrintf( "Decon: %i %i %i: %s ^3destroyed^7 %s by %s\n",
       attacker->client->ps.clientNum, self->s.modelindex, mod,
       attacker->client->pers.netname, 
       BG_FindNameForBuildable( self->s.modelindex ),
diff -Nru tremulous/src/game/g_client.c tremulous.temp/src/game/g_client.c
--- tremulous/src/game/g_client.c	2007-02-28 18:28:08.000000000 +0100
+++ tremulous.temp/src/game/g_client.c	2007-02-28 18:31:30.000000000 +0100
@@ -1046,8 +1046,8 @@
     if( strcmp( oldname, client->pers.netname ) )
     {
       trap_SendServerCommand( -1, va( "print \"%s" S_COLOR_WHITE
-        " renamed to %s\n\"", oldname, client->pers.netname ) );
-      G_LogPrintf( "ClientRename: %i [%s] (%s) \"%s\" -> \"%s\"\n", clientNum,
+        " renamed to %s" S_COLOR_WHITE "\n\"", oldname, client->pers.netname ) );
+      G_LogPrintf( "ClientRename: %i [%s] (%s) \"%s^7\" -> \"%s^7\"\n", clientNum,
          client->pers.ip, client->pers.guid, oldname, client->pers.netname );
       G_admin_namelog_update( client, clientNum );
     }
@@ -1250,7 +1250,7 @@
 
   // get and distribute relevent paramters
   ClientUserinfoChanged( clientNum );
-  G_LogPrintf( "ClientConnect: %i [%s] (%s) \"%s\"\n", clientNum,
+  G_LogPrintf( "ClientConnect: %i [%s] (%s) \"%s^7\"\n", clientNum,
    client->pers.ip, client->pers.guid, client->pers.netname );
 
   // don't do the "xxx connected" messages if they were caried over from previous level
@@ -1680,7 +1680,7 @@
     tent->s.clientNum = ent->s.clientNum;
   }
 
-  G_LogPrintf( "ClientDisconnect: %i [%s] (%s) \"%s\"\n", clientNum,
+  G_LogPrintf( "ClientDisconnect: %i [%s] (%s) \"%s^7\"\n", clientNum,
    ent->client->pers.ip, ent->client->pers.guid, ent->client->pers.netname );
 
   if( ent->client->pers.teamSelection == PTE_ALIENS )
diff -Nru tremulous/src/game/g_cmds.c tremulous.temp/src/game/g_cmds.c
--- tremulous/src/game/g_cmds.c	2007-02-28 18:31:30.000000000 +0100
+++ tremulous.temp/src/game/g_cmds.c	2007-02-28 18:31:30.000000000 +0100
@@ -837,14 +837,14 @@
   {
     default:
     case SAY_ALL:
-      G_LogPrintf( "say: %s: %s\n", ent->client->pers.netname, chatText );
+      G_LogPrintf( "say: %s%s^7: ^2%s^7\n", prefix, ent->client->pers.netname, chatText );
       Com_sprintf( name, sizeof( name ), "%s%s%c%c"EC": ", prefix,
                    ent->client->pers.netname, Q_COLOR_ESCAPE, COLOR_WHITE );
       color = COLOR_GREEN;
       break;
 
     case SAY_TEAM:
-      G_LogPrintf( "sayteam: %s: %s\n", ent->client->pers.netname, chatText );
+      G_LogPrintf( "sayteam: %s^7: ^5%s^7\n", ent->client->pers.netname, chatText );
       if( Team_GetLocationMsg( ent, location, sizeof( location ) ) )
         Com_sprintf( name, sizeof( name ), EC"(%s%c%c"EC") (%s)"EC": ",
           ent->client->pers.netname, Q_COLOR_ESCAPE, COLOR_WHITE, location );
@@ -957,7 +957,7 @@
 
   p = ConcatArgs( 2 );
 
-  G_LogPrintf( "tell: %s to %s: %s\n", ent->client->pers.netname, target->client->pers.netname, p );
+  G_LogPrintf( "tell: %s^7 to %s^7: ^6%s^7\n", ent->client->pers.netname, target->client->pers.netname, p );
   G_Say( ent, target, SAY_TELL, p );
   // don't tell to the player self if it was already directed to this player
   // also don't send the chat back to a bot
@@ -1135,7 +1135,7 @@
 
   trap_SendServerCommand( -1, va( "print \"%s" S_COLOR_WHITE
         " called a vote\n\"", ent->client->pers.netname ) );
-  G_Printf( "'%s' called a vote for '%s'\n", ent->client->pers.netname, 
+  G_Printf( "'%s^7' called a vote for '%s'\n", ent->client->pers.netname, 
     level.voteString ) ;
 
   ent->client->pers.voteCount++;
@@ -1357,7 +1357,7 @@
       trap_SendServerCommand( i, va("print \"%s " S_COLOR_WHITE
             "called a team vote\n\"", ent->client->pers.netname ) );
   }
-  G_Printf( "'%s' called a teamvote for '%s'\n", ent->client->pers.netname, 
+  G_Printf( "'%s^7' called a teamvote for '%s'\n", ent->client->pers.netname, 
     level.teamVoteString[ cs_offset ] ) ;
 
   // start the voting, the caller autoamtically votes yes
@@ -1781,7 +1781,7 @@
               BG_FindHumanNameForBuildable( traceEnt->s.modelindex ), 
               ent->client->pers.netname ) );
 
-          G_LogPrintf( "Decon: %i %i 0: %s^7 deconstructed %s\n",
+          G_LogPrintf( "Decon: %i %i 0: %s ^3deconstructed^7 %s\n",
             ent->client->ps.clientNum,
             traceEnt->s.modelindex,
             ent->client->pers.netname, 
@@ -2991,7 +2991,7 @@
     ADMP( va( "^%cPrivate message: ^7%s\n", color, msg ) );
     ADMP( va( "%s\n", str ) );
 
-    G_LogPrintf( "%s: %s^7: %s^7: %s\n",
+    G_LogPrintf( "%s: %s^7: %s^7: ^6%s^7\n",
       ( teamonly ) ? "tprivmsg" : "privmsg",
       ( ent ) ? ent->client->pers.netname : "console",
       name, msg );
diff -Nru tremulous/src/game/g_combat.c tremulous.temp/src/game/g_combat.c
--- tremulous/src/game/g_combat.c	2007-02-28 18:31:23.000000000 +0100
+++ tremulous.temp/src/game/g_combat.c	2007-02-28 18:31:30.000000000 +0100
@@ -192,7 +192,7 @@
   else
     obit = modNames[ meansOfDeath ];
 
-  G_LogPrintf("Kill: %i %i %i: %s killed %s by %s\n",
+  G_LogPrintf("Kill: %i %i %i: %s^7 killed %s^7 by %s\n",
     killer, self->s.number, meansOfDeath, killerName,
     self->client->pers.netname, obit );
 
