Rename $count to $depth to reflect recursion

This commit is contained in:
Pragmatic Software 2015-04-03 12:31:46 -07:00
parent e76592442c
commit f3bf1f5e5b
1 changed files with 1 additions and 1 deletions

View File

@ -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};