mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	ngircd: remove has-ts from protocol capabilities
This commit is contained in:
		
							parent
							
								
									b0eb1656a5
								
							
						
					
					
						commit
						f29c95152b
					
				@ -27,9 +27,13 @@ class NgIRCdProtocol(IRCS2SProtocol):
 | 
			
		||||
 | 
			
		||||
        # Track whether we've received end-of-burst from the uplink.
 | 
			
		||||
        self.has_eob = False
 | 
			
		||||
 | 
			
		||||
        self._caps = {}
 | 
			
		||||
        self._use_builtin_005_handling = True
 | 
			
		||||
 | 
			
		||||
        # ngIRCd has no TS tracking.
 | 
			
		||||
        self.protocol_caps.discard('has-ts')
 | 
			
		||||
 | 
			
		||||
    ### Commands
 | 
			
		||||
 | 
			
		||||
    def post_connect(self):
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user