mirror of
				https://github.com/pragma-/pbot.git
				synced 2025-11-04 16:47:23 +01:00 
			
		
		
		
	NickList: add missing optional nick argument to nicklist usage message
				
					
				
			This commit is contained in:
		
							parent
							
								
									036ba6e5cf
								
							
						
					
					
						commit
						3f4c85bcdc
					
				@ -62,7 +62,7 @@ sub show_nicklist {
 | 
			
		||||
 | 
			
		||||
  if (not length $arguments) {
 | 
			
		||||
    if (not $admin) {
 | 
			
		||||
      return "Usage: nicklist <channel>";
 | 
			
		||||
      return "Usage: nicklist <channel> [nick]";
 | 
			
		||||
    }
 | 
			
		||||
    $nicklist = Dumper($self->{nicklist});
 | 
			
		||||
  } else {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user