mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	hybrid: fix EOB handler name
This commit is contained in:
		
							parent
							
								
									0be83449fb
								
							
						
					
					
						commit
						3dbae3b744
					
				@ -213,7 +213,7 @@ class HybridProtocol(TS6Protocol):
 | 
			
		||||
        self.irc.channels[channel].topicset = True
 | 
			
		||||
        return {'channel': channel, 'setter': setter, 'ts': ts, 'text': topic}
 | 
			
		||||
 | 
			
		||||
    def handle_endburst(self, numeric, command, args):
 | 
			
		||||
    def handle_eob(self, numeric, command, args):
 | 
			
		||||
        log.debug('(%s) end of burst received', self.irc.name)
 | 
			
		||||
        return {}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user