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]