Notify on keyword/regex #5

Closed
opened 2022-08-10 01:40:59 +02:00 by myrkvi · 1 comment
myrkvi commented 2022-08-10 01:40:59 +02:00 (Migrated from github.com)

Let users be notified if a message is sent containing a specific keyword.

Let users be notified if a message is sent containing a specific keyword.
myrkvi self-assigned this 2023-03-02 20:27:44 +01:00

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.

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.
Sign in to join this conversation.
No description provided.