diff options
Diffstat (limited to 'Plugin/Echo.pm')
-rw-r--r-- | Plugin/Echo.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Plugin/Echo.pm b/Plugin/Echo.pm index 76a245a..2cd59fc 100644 --- a/Plugin/Echo.pm +++ b/Plugin/Echo.pm @@ -3,13 +3,9 @@ package Plugin::Echo; use strict; use warnings; -my %config; - sub configure { my $self = shift; my $cmdref = shift; - my $cref = shift; - %config = %$cref; $cmdref->("echo", sub { $self->echo(@_); } ); |