mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 12:32:37 +01:00
Minor bugfix for two rarely used plugins
This commit is contained in:
parent
62387c48ef
commit
3c3a96461e
@ -31,7 +31,7 @@ sub initialize {
|
||||
|
||||
sub unload {
|
||||
my $self = shift;
|
||||
$self->{pbot}->{commands}->unload("mc");
|
||||
$self->{pbot}->{commands}->unregister("mc");
|
||||
}
|
||||
|
||||
sub magic {
|
||||
|
@ -36,7 +36,7 @@ sub initialize {
|
||||
|
||||
sub unload {
|
||||
my $self = shift;
|
||||
$self->{pbot}->{commands}->unload("pd");
|
||||
$self->{pbot}->{commands}->unregister("pd");
|
||||
}
|
||||
|
||||
sub pd {
|
||||
|
Loading…
Reference in New Issue
Block a user