mirror of
				https://github.com/pragma-/pbot.git
				synced 2025-11-04 00:27:23 +01:00 
			
		
		
		
	Channels: fix chanrem
				
					
				
			This commit is contained in:
		
							parent
							
								
									d170b6b1ec
								
							
						
					
					
						commit
						159124cbe9
					
				@ -82,8 +82,8 @@ sub cmd_remove {
 | 
			
		||||
    return "Usage: chanrem <channel>" if not length $context->{arguments};
 | 
			
		||||
 | 
			
		||||
    # clear banlists
 | 
			
		||||
    $self->{pbot}->{banlist}->remove($context->{arguments});
 | 
			
		||||
    $self->{pbot}->{quietlist}->remove($context->{arguments});
 | 
			
		||||
    $self->{pbot}->{banlist}->{banlist}->remove($context->{arguments});
 | 
			
		||||
    $self->{pbot}->{banlist}->{quietlist}->remove($context->{arguments});
 | 
			
		||||
    $self->{pbot}->{timer}->dequeue_event("unban $context->{arguments} .*");
 | 
			
		||||
    $self->{pbot}->{timer}->dequeue_event("unmute $context->{arguments} .*");
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user