From 1fb2bbf8d64baa6a978f8cc70868b14588c5e58d Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 10:26:48 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index a55f220..3eddeab 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -18,7 +18,7 @@ def prerun(): # This will give sopel the appearance of recieving individual commands if len(comrun.commands) > 1: if comrun.is_rulematch: - if not sb.commands.is_real_command(comrun.command): + if not comrun.is_real_command(): sb.commands.dispatch(comrun.command) for trigger_dict in comrun.commands[1:]: sb.commands.dispatch(trigger_dict)