This commit is contained in:
deathbybandaid 2022-02-22 13:02:41 -05:00
parent 7758627452
commit ec02aeda0d
2 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,8 @@ def prerun():
function(bot, trigger, comrun, *args, **kwargs)
bot.say(comrun.say)
if not comrun.piped:
bot.say(comrun.say)
return internal_prerun
return actual_decorator

View File

@ -20,6 +20,9 @@ def pipe_split():
comrun.trigger_dict = pipes[0]
del pipes[0]
if len(pipes):
comrun.piped = True
function(bot, trigger, comrun, *args, **kwargs)
if len(pipes):