diff --git a/PBot/Interpreter.pm b/PBot/Interpreter.pm index 02f645fa..2f10bb0d 100644 --- a/PBot/Interpreter.pm +++ b/PBot/Interpreter.pm @@ -266,11 +266,10 @@ sub interpret { if (exists $stuff->{pipe}) { $stuff->{pipe_rest} = "$rest | { $stuff->{pipe} }$stuff->{pipe_rest}"; - $stuff->{pipe} = $pipe; } else { - $stuff->{pipe} = $pipe; $stuff->{pipe_rest} = $rest; } + $stuff->{pipe} = $pipe; } # unescape any escaped pipes