mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 11:12:42 +01:00
Fix chanrem
command
This commit is contained in:
parent
dac9555fa4
commit
f78e7bea88
@ -85,7 +85,7 @@ sub cmd_remove {
|
||||
$self->{pbot}->{event_queue}->dequeue_event("unmute $context->{arguments} .*");
|
||||
|
||||
# TODO: ignores, etc?
|
||||
return $self->{storage}->remove($context->{arguments});
|
||||
return $self->{pbot}->{channels}->{storage}->remove($context->{arguments});
|
||||
}
|
||||
|
||||
sub cmd_list {
|
||||
|
Loading…
Reference in New Issue
Block a user