mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	inspircd: alias antiredirect (umode +L) to noforward
This commit is contained in:
		
							parent
							
								
									34cd0ea7d5
								
							
						
					
					
						commit
						6e1352dfd3
					
				@ -596,6 +596,9 @@ class InspIRCdProtocol(TS6BaseProtocol):
 | 
			
		||||
                if name == 'reginvite':  # Reginvite? That's an odd name.
 | 
			
		||||
                    name = 'regonly'
 | 
			
		||||
 | 
			
		||||
                if name == 'antiredirect':  # User mode +L
 | 
			
		||||
                    name = 'noforward'
 | 
			
		||||
 | 
			
		||||
                if name == 'founder':  # Channel mode +q
 | 
			
		||||
                    # Founder, owner; same thing. m_customprefix allows you to name it anything you like,
 | 
			
		||||
                    # but PyLink uses the latter in its definitions
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user