mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	commands: remove extraneous private=True from showchan
(cherry picked from commit 79e2d20d9d113398deedba1297c07a9e65711193)
This commit is contained in:
		
							parent
							
								
									539ad668cf
								
							
						
					
					
						commit
						5cea0fa73a
					
				@ -99,7 +99,7 @@ def showchan(irc, source, args):
 | 
			
		||||
    secret = ('s', None) in c.modes
 | 
			
		||||
    if secret and not verbose:
 | 
			
		||||
        # Hide secret channels from normal users.
 | 
			
		||||
        irc.error('Unknown channel %r.' % channel, private=True)
 | 
			
		||||
        irc.error('Unknown channel %r.' % channel)
 | 
			
		||||
        return
 | 
			
		||||
 | 
			
		||||
    nicks = [irc.users[u].nick for u in c.users]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user