mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	relay_clientbot: lowercase network name (stylistic choice)
This commit is contained in:
		
							parent
							
								
									0d563eaa57
								
							
						
					
					
						commit
						42da216f5d
					
				@ -70,7 +70,7 @@ def cb_relay_core(irc, source, command, args):
 | 
			
		||||
                    return
 | 
			
		||||
            netname = origuser[0]
 | 
			
		||||
            try:  # Try to get the full network name
 | 
			
		||||
                netname = conf.conf['servers'][netname]['netname']
 | 
			
		||||
                netname = conf.conf['servers'][netname]['netname'].lower()
 | 
			
		||||
            except KeyError:
 | 
			
		||||
                pass
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user