diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 34a52d0..eb5da41 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -16,6 +16,7 @@ def prerun(rulematch=False): # Get list of trigger command(s) by && split commands = sb.commands.get_commands_split(trigger, "&&") + print(commands) comrun = ComRun(rulematch, trigger)