This commit is contained in:
deathbybandaid 2022-05-05 15:03:01 -04:00
parent 9986f5188f
commit 6102214173
2 changed files with 14 additions and 0 deletions

View File

@ -32,3 +32,4 @@ sopel.plugins =
spicemanip = spicemanip spicemanip = spicemanip
spicebot_command_lower = spicebot_command_lower spicebot_command_lower = spicebot_command_lower
spicebot_command_upper = spicebot_command_upper spicebot_command_upper = spicebot_command_upper
spicebot_command_echo = spicebot_command_echo

View File

@ -0,0 +1,13 @@
from sopel import plugin
from sopel_SpiceBot_Core_Prerun import prerun
@prerun()
@plugin.command('echo')
def echo(bot, trigger, comrun):
comrun.say(comrun.command["trigger_str"])
comrun.say(comrun.command["trigger_str"])
comrun.say(comrun.command["trigger_str"])