diff --git a/PBot/Commands.pm b/PBot/Commands.pm index b0cbf715..36d74749 100644 --- a/PBot/Commands.pm +++ b/PBot/Commands.pm @@ -76,7 +76,7 @@ sub unregister_by_name { sub interpreter { my $self = shift; - my ($from, $nick, $user, $host, $count, $keyword, $arguments, $tonick) = @_; + my ($from, $nick, $user, $host, $depth, $keyword, $arguments, $tonick) = @_; my $result; my $pbot = $self->{pbot};