1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 01:45:42 -04:00
This commit is contained in:
Ryan Voots 2011-01-31 22:03:13 -05:00
parent 0b61429a8a
commit fc3d267c92

View file

@ -101,7 +101,7 @@ sub runplugin {
$captured and local $said->{captured} = 1;
# 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" ); }
local $@;