countdown: add "about" to new reminder regex

This commit is contained in:
Brian S. Stephan 2017-02-23 09:02:21 -06:00
parent 75f5985d71
commit 71a797e3fa
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ log = logging.getLogger('countdown.ircplugin')
class Countdown(Plugin):
"""Report on countdown items."""
new_reminder_regex = r'remind\s+([^\s]+)\s+(at|in|on)\s+(.*?)\s+(to|that)\s+(.*)'
new_reminder_regex = r'remind\s+([^\s]+)\s+(at|in|on)\s+(.*?)\s+(to|that|about)\s+(.*)'
def __init__(self, bot, connection, event):
"""Initialize some stuff."""