add another word match for countdown text triggers
This commit is contained in:
parent
a03c69258f
commit
d7b7bdf73d
@ -23,7 +23,7 @@ class Countdown(Plugin):
|
||||
new_reminder_regex = (r'remind\s+(?P<who>[^\s]+)\s+(?P<when_type>at|in|on)\s+(?P<when>.*?)\s+'
|
||||
r'(and\s+every\s+(?P<recurring_period>.*?)\s+)?'
|
||||
r'(until\s+(?P<recurring_until>.*?)\s+)?'
|
||||
r'(to|that|about)\s+(?P<text>.*?)'
|
||||
r'(to|that|about|with)\s+(?P<text>.*?)'
|
||||
r'(?=\s+\("(?P<name>.*)"\)|$)')
|
||||
|
||||
def __init__(self, bot, connection, event):
|
||||
|
Loading…
Reference in New Issue
Block a user