Remove outdated disclaimer
This commit is contained in:
		
							parent
							
								
									578451fcfa
								
							
						
					
					
						commit
						50eaf712a9
					
				| 
						 | 
					@ -1811,7 +1811,7 @@ class ServerCommandProcessor(CommonCommandProcessor):
 | 
				
			||||||
            return False
 | 
					            return False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _cmd_option(self, option_name: str, option: str):
 | 
					    def _cmd_option(self, option_name: str, option: str):
 | 
				
			||||||
        """Set options for the server. Warning: expires on restart"""
 | 
					        """Set options for the server."""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        attrtype = self.ctx.simple_options.get(option_name, None)
 | 
					        attrtype = self.ctx.simple_options.get(option_name, None)
 | 
				
			||||||
        if attrtype:
 | 
					        if attrtype:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue