make catchup regex insensitive, use alt wording
This commit is contained in:
parent
651399f5fc
commit
0ccb49e7ed
@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
|
||||
class History(Plugin):
|
||||
"""Watch the history of IRC channels and try to track what users may have missed."""
|
||||
|
||||
what_missed_regex = r'what did I miss\?$'
|
||||
what_missed_regex = r'(?i)(what did I miss\?|did I miss anything\?)$'
|
||||
|
||||
def start(self):
|
||||
"""Set up the handlers."""
|
||||
|
Loading…
Reference in New Issue
Block a user