mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	nefarious: convert nicks to UID in mode handling
This commit is contained in:
		
							parent
							
								
									1a8652e982
								
							
						
					
					
						commit
						fbd71a88f5
					
				@ -938,7 +938,7 @@ class P10Protocol(Protocol):
 | 
			
		||||
        # <- ABAAA M GL -w
 | 
			
		||||
        # <- ABAAA M #test +v ABAAB 1460747615
 | 
			
		||||
        # <- ABAAA OM #test +h ABAAA
 | 
			
		||||
        target = args[0]
 | 
			
		||||
        target = self._getUid(args[0])
 | 
			
		||||
        if utils.isChannel(target):
 | 
			
		||||
            target = utils.toLower(self.irc, target)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user