mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 19:05:50 -04:00
Fix security issue
This commit is contained in:
parent
4bb5dbd762
commit
422ace207c
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ sub postload {
|
|||
# command such as "forget foo"
|
||||
# Need to add "what is foo?" support...
|
||||
sub command {
|
||||
my( $self, $said, $pm ) = @_;
|
||||
my( $self, $_said, $pm ) = @_;
|
||||
my $said = +{$_said->%*};
|
||||
|
||||
my $conf = $self->get_conf_for_channel($pm, $said->{server}, $said->{channel});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue