mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 11:42:35 +01:00
Rename $count to $depth to reflect recursion
This commit is contained in:
parent
e76592442c
commit
f3bf1f5e5b
@ -76,7 +76,7 @@ sub unregister_by_name {
|
|||||||
|
|
||||||
sub interpreter {
|
sub interpreter {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my ($from, $nick, $user, $host, $count, $keyword, $arguments, $tonick) = @_;
|
my ($from, $nick, $user, $host, $depth, $keyword, $arguments, $tonick) = @_;
|
||||||
my $result;
|
my $result;
|
||||||
|
|
||||||
my $pbot = $self->{pbot};
|
my $pbot = $self->{pbot};
|
||||||
|
Loading…
Reference in New Issue
Block a user