mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	Irc: remove unused "bot_clients" attribute
Thanks to @IotaSpencer for pointing this out!
This commit is contained in:
		
							parent
							
								
									d749fbb2ab
								
							
						
					
					
						commit
						7bbe77fe4a
					
				@ -47,7 +47,6 @@ class Irc():
 | 
			
		||||
        self.sid = None
 | 
			
		||||
        self.serverdata = conf['servers'][netname]
 | 
			
		||||
        self.botdata = conf['bot']
 | 
			
		||||
        self.bot_clients = {}
 | 
			
		||||
        self.protoname = proto.__name__.split('.')[-1]  # Remove leading pylinkirc.protocols.
 | 
			
		||||
        self.proto = proto.Class(self)
 | 
			
		||||
        self.pingfreq = self.serverdata.get('pingfreq') or 90
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user