From 8da74ac9fef99b556385b36696000ac2f88c2a56 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 22 Feb 2022 12:11:39 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/pipe_split.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/sopel_SpiceBot_Core_Prerun/pipe_split.py b/sopel_SpiceBot_Core_Prerun/pipe_split.py index b1fd6dc..aa90ecf 100644 --- a/sopel_SpiceBot_Core_Prerun/pipe_split.py +++ b/sopel_SpiceBot_Core_Prerun/pipe_split.py @@ -40,18 +40,7 @@ def pipe_split(): return actual_decorator -def reassemble_pipes(self, pipes, comrunsay): - - """ - { - "trigger_type": first_trigger_type, - "trigger_prefix": first_trigger_prefix, - "trigger_str": first_trigger, - "trigger_command": first_command, - "trigger_hostmask": trigger.hostmask, - "trigger_sender": trigger.sender - } - """ +def reassemble_pipes(pipes, comrunsay): first_pipe = pipes[0] del pipes[0]