This commit is contained in:
deathbybandaid 2022-02-24 10:27:20 -05:00
parent 1fb2bbf8d6
commit 25f4c2b8b9

View File

@ -18,7 +18,7 @@ def prerun():
# This will give sopel the appearance of recieving individual commands # This will give sopel the appearance of recieving individual commands
if len(comrun.commands) > 1: if len(comrun.commands) > 1:
if comrun.is_rulematch: if comrun.is_rulematch:
if not comrun.is_real_command(): if not comrun.is_real_command:
sb.commands.dispatch(comrun.command) sb.commands.dispatch(comrun.command)
for trigger_dict in comrun.commands[1:]: for trigger_dict in comrun.commands[1:]:
sb.commands.dispatch(trigger_dict) sb.commands.dispatch(trigger_dict)