diff --git a/countdown/ircplugin.py b/countdown/ircplugin.py index 3c4d19d..541a5d7 100644 --- a/countdown/ircplugin.py +++ b/countdown/ircplugin.py @@ -23,7 +23,7 @@ class Countdown(Plugin): new_reminder_regex = (r'remind\s+(?P[^\s]+)\s+(?Pat|in|on)\s+(?P.*?)\s+' r'(and\s+every\s+(?P.*?)\s+)?' r'(until\s+(?P.*?)\s+)?' - r'(to|that|about)\s+(?P.*?)' + r'(to|that|about|with)\s+(?P.*?)' r'(?=\s+\("(?P.*)"\)|$)') def __init__(self, bot, connection, event):