From f58cdb1a08121d97bf386fd4fce3b1de6aa22a1e Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 10:28:45 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 54a2ef2..2b3bea3 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -20,6 +20,8 @@ def prerun(): if comrun.is_rulematch: if not comrun.is_real_command: sb.commands.dispatch(comrun.command) + else: + sb.commands.dispatch(comrun.command) for trigger_dict in comrun.commands[1:]: sb.commands.dispatch(trigger_dict) return