From 954d6c109a439ffd9780253389753315ba223bfa Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 23 Feb 2022 14:35:55 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 1 + 1 file changed, 1 insertion(+) 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)