test
This commit is contained in:
parent
7439dedfda
commit
3476066825
@ -43,6 +43,7 @@ class Commands():
|
|||||||
bot.dispatch(pretrigger)
|
bot.dispatch(pretrigger)
|
||||||
|
|
||||||
def dispatch_action_command(self, bot, trigger, trigger_dict):
|
def dispatch_action_command(self, bot, trigger, trigger_dict):
|
||||||
|
bot.say(":%s %s %s : %s %s" % (trigger.hostmask, "PRIVMSG", trigger.sender, "ACTION", trigger_dict["trigger_str"]))
|
||||||
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, "ACTION", trigger_dict["trigger_str"])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user