This commit is contained in:
deathbybandaid 2022-02-24 10:17:50 -05:00
parent de736d7e48
commit f7e171c161

View File

@ -16,6 +16,7 @@ def prerun():
# Since there was more than one command,
# we are going to redispatch commands
# This will give sopel the appearance of recieving individual commands
print(comrun.commands)
if len(comrun.commands) > 1:
for trigger_dict in comrun.commands:
if comrun.is_rulematch: