3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 11:28:43 +02:00

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

View File

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