mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	corecommands: remove extraneous irc.checkAuthenticated() call
This commit is contained in:
		
							parent
							
								
									21cbcb8cf6
								
							
						
					
					
						commit
						fe3fa2872d
					
				@ -110,7 +110,7 @@ def unload(irc, source, args):
 | 
			
		||||
 | 
			
		||||
    Unloads a currently loaded plugin."""
 | 
			
		||||
    permissions.checkPermissions(irc, source, ['core.unload', 'core.reload'])
 | 
			
		||||
    irc.checkAuthenticated(source, allowOper=False)
 | 
			
		||||
 | 
			
		||||
    try:
 | 
			
		||||
        name = args[0]
 | 
			
		||||
    except IndexError:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user