diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 3eddeab..54a2ef2 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 comrun.is_real_command(): + if not comrun.is_real_command: sb.commands.dispatch(comrun.command) for trigger_dict in comrun.commands[1:]: sb.commands.dispatch(trigger_dict)