mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-08 08:15:42 -04:00
food
This commit is contained in:
parent
0b61429a8a
commit
fc3d267c92
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ sub runplugin {
|
||||||
$captured and local $said->{captured} = 1;
|
$captured and local $said->{captured} = 1;
|
||||||
# but things called on top-level of compose are captured only if the compose itself is captured
|
# but things called on top-level of compose are captured only if the compose itself is captured
|
||||||
|
|
||||||
$said->{recursion} = $said->{recursion}-1; # recurse things
|
local $said->{recursion} = $said->{recursion}-1; # recurse things
|
||||||
if( $said->{recursion} == 0) { return( 0, "Deep recursion on $cmd" ); }
|
if( $said->{recursion} == 0) { return( 0, "Deep recursion on $cmd" ); }
|
||||||
|
|
||||||
local $@;
|
local $@;
|
||||||
|
|
Loading…
Add table
Reference in a new issue