From f3bf1f5e5b6215075d27244e02d4eb79675b04e1 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 3 Apr 2015 12:31:46 -0700 Subject: [PATCH] Rename $count to $depth to reflect recursion --- PBot/Commands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};