3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Plugins/RestrictedMod: minor clean-up

This commit is contained in:
Pragmatic Software 2020-01-31 22:09:04 -08:00
parent 4be081d4be
commit 8af433a817

View File

@ -137,7 +137,7 @@ sub generic_command {
sub kick {
my ($self, $stuff) = @_;
return $self->generic_command($stuff, 'kick', 'kick $channel $target Good-bye!');
return $self->generic_command($stuff, 'kick');
}
sub ban {