diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index b68598f..26b465b 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -84,6 +84,7 @@ def commands_test_c(bot, trigger): def dispatch(bot, trigger, pretriggerdict): # pretriggerdict = {"number": str(number), "message": message} message = pretriggerdict["message"] + bot.say(":%s %s %s :%s" % (trigger.hostmask, "PRIVMSG", trigger.sender, message)) pretrigger = PreTrigger( bot.nick, ":%s %s %s :%s" % (trigger.hostmask, "PRIVMSG", trigger.sender, message)