This commit is contained in:
deathbybandaid 2022-02-24 11:28:52 -05:00
parent 418e85da00
commit 8662bcc864

View File

@ -20,10 +20,7 @@ def prerun():
if not comrun.is_rulematch: if not comrun.is_rulematch:
sb.commands.dispatch(comrun.command) sb.commands.dispatch(comrun.command)
elif comrun.is_rulematch: elif comrun.is_rulematch:
bot.say("is a rule match")
# if not comrun.is_real_command:
if comrun.has_command_been_sanitized: if comrun.has_command_been_sanitized:
bot.say("has been sanitized")
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)