test
This commit is contained in:
parent
e175c5924e
commit
1fee25883a
@ -45,7 +45,7 @@ class Commands():
|
|||||||
def dispatch_action_command(self, bot, trigger, trigger_dict):
|
def dispatch_action_command(self, bot, trigger, trigger_dict):
|
||||||
pretrigger = PreTrigger(
|
pretrigger = PreTrigger(
|
||||||
bot.nick,
|
bot.nick,
|
||||||
":%s %s %s :%s %s" % (trigger.hostmask, "PRIVMSG", trigger.sender, "ACTION", trigger_dict["trigger_str"])
|
":%s %s %s :%s %s" % (trigger.hostmask, "PRIVMSG", trigger.sender, "", trigger_dict["trigger_str"])
|
||||||
)
|
)
|
||||||
pretrigger.tags["intent"] = "ACTION"
|
pretrigger.tags["intent"] = "ACTION"
|
||||||
bot.dispatch(pretrigger)
|
bot.dispatch(pretrigger)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user