From 8662bcc8646f8f389e357d03a4f1ba3dee208215 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 11:28:52 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 69e4831..615125b 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -20,10 +20,7 @@ def prerun(): if not comrun.is_rulematch: sb.commands.dispatch(comrun.command) elif comrun.is_rulematch: - bot.say("is a rule match") - # if not comrun.is_real_command: if comrun.has_command_been_sanitized: - bot.say("has been sanitized") sb.commands.dispatch(comrun.command) for trigger_dict in comrun.commands[1:]: sb.commands.dispatch(trigger_dict)