test
This commit is contained in:
parent
9986f5188f
commit
6102214173
@ -32,3 +32,4 @@ sopel.plugins =
|
||||
spicemanip = spicemanip
|
||||
spicebot_command_lower = spicebot_command_lower
|
||||
spicebot_command_upper = spicebot_command_upper
|
||||
spicebot_command_echo = spicebot_command_echo
|
||||
|
||||
13
spicebot_command_echo/__init__.py
Normal file
13
spicebot_command_echo/__init__.py
Normal 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"])
|
||||
Loading…
Reference in New Issue
Block a user