mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	relay_clientbot: fix config key name
This commit is contained in:
		
							parent
							
								
									1b747bf09d
								
							
						
					
					
						commit
						c09ff6a706
					
				@ -47,7 +47,7 @@ def cb_relay_core(irc, source, command, args):
 | 
			
		||||
        relay_conf = conf.conf.get('relay', {})
 | 
			
		||||
 | 
			
		||||
        # Be less floody on startup: don't relay non-PRIVMSGs for the first X seconds after connect.
 | 
			
		||||
        startup_delay = relay_conf.get('startup_delay', 5)
 | 
			
		||||
        startup_delay = relay_conf.get('clientbot_startup_delay', 5)
 | 
			
		||||
 | 
			
		||||
        # Special case for CTCPs.
 | 
			
		||||
        if real_command == 'MESSAGE':
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user