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