From 65b5e88701f6b906c7ab9761286a3191d8c8c7d2 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 23 Feb 2022 14:44:18 -0500 Subject: [PATCH] teat --- sopel_SpiceBot_Runtime_Commands/__init__.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index e005e1e..0dac7a1 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -11,24 +11,17 @@ def commands_test(bot, trigger, comrun): bot.say("%s" % trigger.raw) +@prerun() @plugin.command('testa') def commands_test_a(bot, trigger): bot.say("test a") - bot.say(str(trigger.tags)) - - bot.say("%s" % trigger.hostmask) - - bot.say("test a: %s" % trigger.raw) @prerun() @plugin.command('testb') def commands_test_b(bot, trigger, comrun): - bot.say("test b") - bot.say("test b: %s" % trigger.raw) - @plugin.command('testc') def commands_test_c(bot, trigger, comrun):