Fix bug with addressing
This commit is contained in:
		
							
								
								
									
										2
									
								
								game.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								game.py
									
									
									
									
									
								
							@@ -429,7 +429,7 @@ class Game:
 | 
				
			|||||||
        if text.startswith(bot_num):
 | 
					        if text.startswith(bot_num):
 | 
				
			||||||
            text = text[1:]
 | 
					            text = text[1:]
 | 
				
			||||||
            for_me = True
 | 
					            for_me = True
 | 
				
			||||||
        if text.startswith('! '):
 | 
					        elif text.startswith('! '):
 | 
				
			||||||
            text = text[2:]
 | 
					            text = text[2:]
 | 
				
			||||||
        elif text.startswith('!'):
 | 
					        elif text.startswith('!'):
 | 
				
			||||||
            text = text[1:]
 | 
					            text = text[1:]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user