mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-10-30 22:47:24 +01:00 
			
		
		
		
	clientbot: wrap outgoing modes to prevent cutoff
This commit is contained in:
		
							parent
							
								
									6e89dbed24
								
							
						
					
					
						commit
						a2a32ed32f
					
				| @ -242,8 +242,10 @@ class ClientbotWrapperProtocol(IRCCommonProtocol): | ||||
| 
 | ||||
|             log.debug('(%s) mode: filtered modes for %s: %s', self.name, channel, extmodes) | ||||
|             if extmodes: | ||||
|                 self.send('MODE %s %s' % (channel, self.join_modes(extmodes))) | ||||
|                 # Don't update the state here: the IRCd sill respond with a MODE reply if successful. | ||||
|                 bufsize = self.S2S_BUFSIZE - len(':%s MODE %s ' % (self.get_hostmask(self.pseudoclient.uid), channel)) | ||||
|                 for msg in self.wrap_modes(extmodes, bufsize, max_modes_per_msg=int(self._caps.get('MODES', 0))): | ||||
|                     self.send('MODE %s %s' % (channel, msg)) | ||||
|                     # Don't update the state here: the IRCd sill respond with a MODE reply if successful. | ||||
| 
 | ||||
|     def nick(self, source, newnick): | ||||
|         """STUB: Sends NICK changes.""" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Lu
						James Lu