diff options
Diffstat (limited to 'Plugin/Random.pm')
-rw-r--r-- | Plugin/Random.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Plugin/Random.pm b/Plugin/Random.pm index bd1c4d2..27332f8 100644 --- a/Plugin/Random.pm +++ b/Plugin/Random.pm @@ -5,13 +5,9 @@ use warnings; use List::Util; -my %config; - sub configure { my $self = shift; my $cmdref = shift; - my $cref = shift; - %config = %$cref; $cmdref->("shuffle", sub { $self->shuffle(@_); } ); $cmdref->("choose", sub { $self->choose(@_); } ); |