forked from MarseyWorld/MarseyWorld
readd temp code i removed earlier
parent
445ac519f6
commit
98b9c27442
|
@ -119,7 +119,7 @@ def NOTIFY_USERS(text, v):
|
|||
if word in text and id not in notify_users:
|
||||
notify_users.add(id)
|
||||
|
||||
if '!biofoids' in text and SITE == 'rdrama.net':
|
||||
if v.id != AEVANN_ID and '!biofoids' in text and SITE == 'rdrama.net':
|
||||
if v.id not in BIOFOIDS:
|
||||
abort(403, "Only members of the ping group can ping it!")
|
||||
notify_users.update(BIOFOIDS)
|
||||
|
|
Loading…
Reference in New Issue