Minor bugfix for two rarely used plugins

This commit is contained in:
Pragmatic Software 2019-05-08 21:06:10 -07:00
parent 62387c48ef
commit 3c3a96461e
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ sub initialize {
sub unload {
my $self = shift;
$self->{pbot}->{commands}->unload("mc");
$self->{pbot}->{commands}->unregister("mc");
}
sub magic {

View File

@ -36,7 +36,7 @@ sub initialize {
sub unload {
my $self = shift;
$self->{pbot}->{commands}->unload("pd");
$self->{pbot}->{commands}->unregister("pd");
}
sub pd {