Pong only on "ask"
This commit is contained in:
parent
314d410789
commit
0ab51d79ae
2
bot.py
2
bot.py
@ -78,7 +78,7 @@ class Bot(threading.Thread):
|
|||||||
def in_ping(msg):
|
def in_ping(msg):
|
||||||
if re.match("^ *(m[' ]?entends?[ -]+tu|h?ear me|do you copy|ping)", msg.text, re.I) is not None:
|
if re.match("^ *(m[' ]?entends?[ -]+tu|h?ear me|do you copy|ping)", msg.text, re.I) is not None:
|
||||||
return response.Response(message="pong", channel=msg.receivers, nick=msg.nick)
|
return response.Response(message="pong", channel=msg.receivers, nick=msg.nick)
|
||||||
self.hooks.add_hook(MessageHook(in_ping), "in", "PRIVMSG")
|
self.hooks.add_hook(MessageHook(in_ping), "in", "PRIVMSG", "ask")
|
||||||
|
|
||||||
def _help_msg(msg):
|
def _help_msg(msg):
|
||||||
"""Parse and response to help messages"""
|
"""Parse and response to help messages"""
|
||||||
|
Loading…
Reference in New Issue
Block a user