mirror of
				https://github.com/Mikaela/Limnoria.git
				synced 2025-11-04 09:37:25 +01:00 
			
		
		
		
	conf.py: remove part about server-specific password for supybot.networks.<network>.sasl.password.
This commit is contained in:
		
							parent
							
								
									dcaefbdcf5
								
							
						
					
					
						commit
						c8c2f125a1
					
				@ -283,9 +283,8 @@ def registerNetwork(name, username='', password='', ssl=False):
 | 
			
		||||
        be the bot's account name. Due to the way SASL works, you can't use
 | 
			
		||||
        any grouped nick.""") % name, private=False))
 | 
			
		||||
    registerGlobalValue(sasl, 'password', registry.String(password,
 | 
			
		||||
        _("""Determines what SASL password will be used on %s. Yes, we know
 | 
			
		||||
        that technically passwords are server-specific and not network-specific,
 | 
			
		||||
        but this is the best we can do right now.""") % name, private=True))
 | 
			
		||||
        _("""Determines what SASL password will be used on %s.""") \
 | 
			
		||||
        % name, private=True))
 | 
			
		||||
    return network
 | 
			
		||||
 | 
			
		||||
# Let's fill our networks.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user