forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary

master
Aevann 2024-03-02 14:43:59 +02:00
parent e227c6f2e8
commit 25627ca3ee
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ def NOTIFY_USERS(text, v, oldtext=None, ghost=False, obj=None, followers_ping=Tr
for uid, keyword_notifs in keyword_users:
for word in keyword_notifs.lower().split('\n'):
if not word: continue
if word in text:
notify_users.add(uid)