mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	automode: treat channels case insensitively in 'delacc'
This commit is contained in:
		
							parent
							
								
									64dd7e9387
								
							
						
					
					
						commit
						cb7e7abec5
					
				@ -142,6 +142,7 @@ def delacc(irc, source, args):
 | 
			
		||||
 | 
			
		||||
    try:
 | 
			
		||||
        channel, mask = args
 | 
			
		||||
        channel = irc.toLower(channel)
 | 
			
		||||
    except ValueError:
 | 
			
		||||
        reply(irc, "Error: Invalid arguments given. Needs 2: channel, mask")
 | 
			
		||||
        return
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user