From e8a3756efc0246dddd0239de902cc876840d8636 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 10:43:56 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_1/SBCore/commands/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py index 9a90352..f7baf4b 100644 --- a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py @@ -272,6 +272,7 @@ class Commands(): else: trigger_command = full_trigger_str.split(" ")[0] trigger_str = " ".join([x.strip() for x in full_trigger_str.split(" ")[1:]]) + print("[%s]" % trigger_str) command_types = ["command", "nickname_command", "action_command"] # Assume same command type until proven otherwise