Index: src/game/g_cmds.c =================================================================== --- src/game/g_cmds.c (revision 848) +++ src/game/g_cmds.c (working copy) @@ -2879,6 +2879,9 @@ if( !g_privateMessages.integer && ent ) return; + if( ent->client->pers.muted ) + return; + G_SayArgv( 0, cmd, sizeof( cmd ) ); if( !Q_stricmp( cmd, "say" ) || !Q_stricmp( cmd, "say_team" ) ) {