haliphax / supybot-dropboxwatch

Announce file updates for specific Dropbox folders to specific channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use regex for paths to watch?

haliphax opened this issue · comments

Potentially use regex instead of startswith to determine which paths to announce events for. Would mean that each channel needs to be handled in a vacuum instead of gathering all announcements up front and categorizing by path before traversing the channels to check for matches.