Add "trigger" support to respond to non-command text #117
Labels
enhancement
New feature or request
needs-docs
This issue will need addition or changes to documentation
Milestone
Currently Gort only responds to explicit commands, formatted like structured commands. There should be some kind of ability to respond to non-command text, sort of like Slack "triggers" (but not like Cog "triggers", which are very different).
Triggers would be configured with a pattern to match and a command, so when Gort sees text matching the defined pattern, it executes the command.
Open question: How will it behave wrt to trigger text + command inputs?
What if a command also matches a trigger? Which takes precedence?
What about timed triggers (maybe use cron definitions)?
The text was updated successfully, but these errors were encountered: