mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	nefarious: fix a typo causing crash on user mode change
(cherry picked from commit 3e4a980ea64652239aea0eab4aa39ee35a9e10cb)
This commit is contained in:
		
							parent
							
								
									f70e771000
								
							
						
					
					
						commit
						223dd3bf7b
					
				@ -433,7 +433,7 @@ class P10Protocol(IRCS2SProtocol):
 | 
			
		||||
                for wrapped_modes in self.irc.wrapModes(modes[:12], bufsize):
 | 
			
		||||
                    self._send(numeric, 'M %s %s %s' % (real_target, wrapped_modes, ts))
 | 
			
		||||
            else:
 | 
			
		||||
                self._send(numeric, 'M %s %s%s' % (real_target, joinedmodes))
 | 
			
		||||
                self._send(numeric, 'M %s %s' % (real_target, joinedmodes))
 | 
			
		||||
            modes = modes[12:]
 | 
			
		||||
 | 
			
		||||
    def nick(self, numeric, newnick):
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user