mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 13:29:29 +01:00
Core/Commands: remove(): fix arguments passed to unregister()
This commit is contained in:
parent
275ee6952f
commit
3fc39c9359
@ -67,7 +67,7 @@ sub add {
|
||||
|
||||
# alias to unregister() for consistency
|
||||
sub remove {
|
||||
my ($self) = @_;
|
||||
my $self = shift @_;
|
||||
$self->unregister(@_);
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ use PBot::Imports;
|
||||
# These are set by the /misc/update_version script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 4347,
|
||||
BUILD_REVISION => 4348,
|
||||
BUILD_DATE => "2021-08-06",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user