mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	ngircd: set slash-in-hosts, slash-in-nicks, underscore-in-hosts capabilities
This commit is contained in:
		
							parent
							
								
									57c86c6d25
								
							
						
					
					
						commit
						67a414fa2a
					
				@ -34,6 +34,9 @@ class NgIRCdProtocol(IRCS2SProtocol):
 | 
			
		||||
        # ngIRCd has no TS tracking.
 | 
			
		||||
        self.protocol_caps.discard('has-ts')
 | 
			
		||||
 | 
			
		||||
        # It is, however, flexible about nicks and hosts.
 | 
			
		||||
        self.protocol_caps |= {'slash-in-hosts', 'slash-in-nicks', 'underscore-in-hosts'}
 | 
			
		||||
 | 
			
		||||
    ### Commands
 | 
			
		||||
 | 
			
		||||
    def post_connect(self):
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user