| 
					
				 | 
			
			
				@@ -49,7 +49,7 @@ function mainAct() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 function you() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  const youRegex = /\s(Вы|Вас|Вам)\s/g; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  const youRegex = /(?<!^|\.\s|\?\s|!\s)(Вы|Вас|Вам)\s/g; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   const youMatch = youRegex.exec(content); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   if (!youMatch) return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   const line = content.substring(0, youMatch.index).split("\n").length; 
			 |