This commit is contained in:
deathbybandaid 2022-02-22 13:21:21 -05:00
parent 30f4288655
commit c78d3c3198

View File

@ -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()