test
This commit is contained in:
parent
f283334d5b
commit
30f4288655
@ -8,12 +8,14 @@ from sopel_SpiceBot_Core_Prerun import prerun
|
||||
@prerun()
|
||||
@plugin.command('pipea')
|
||||
def pipea(bot, trigger, comrun):
|
||||
bot.say("%s" % trigger.raw)
|
||||
comrun.say = str(comrun.trigger_dict["trigger_str"])
|
||||
|
||||
|
||||
@prerun()
|
||||
@plugin.command('pipeb')
|
||||
def pipeb(bot, trigger, comrun):
|
||||
bot.say("%s" % trigger.raw)
|
||||
comrun.say = str(comrun.trigger_dict["trigger_str"]).upper()
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user