Notify on keyword/regex #5
Labels
No Label
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NLL/Heimdallr#5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let users be notified if a message is sent containing a specific keyword.
Likely to be limited to text keywords only, and not regular expressions. Due to how Python works, with the Global Interpreter Lock, allowing a user-defined regular expression could cause the program to hang indefinitely.