From 2b7071a5e0a390aba594659064a029fce57415b4 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 22 Feb 2022 12:51:10 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/pipe_split.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_Prerun/pipe_split.py b/sopel_SpiceBot_Core_Prerun/pipe_split.py index 0392d9d..cd0b42f 100644 --- a/sopel_SpiceBot_Core_Prerun/pipe_split.py +++ b/sopel_SpiceBot_Core_Prerun/pipe_split.py @@ -28,7 +28,7 @@ def pipe_split(): if len(pipes): repipe_trigger_dict = reassemble_pipes(pipes, comrun.say) sb.commands.dispatch(repipe_trigger_dict) - return + comrun.continuerun = False return internal_pipe_split return actual_decorator