From aef147df2b59a2c06c93c565803af0eab59f8271 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 11:07:20 -0500 Subject: [PATCH] tewst --- 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 6302e65..0b45e3f 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -17,6 +17,7 @@ def prerun(): # we are going to redispatch commands # This will give sopel the appearance of recieving individual commands if comrun.is_multi_command: + print(comrun.is_rulematch) if not comrun.is_rulematch: sb.commands.dispatch(comrun.command) elif comrun.is_rulematch and comrun.has_command_been_sanitized: