forked from rDrama/rDrama
1
0
Fork 0

make mute command not self_only

master
Aevann 2023-10-08 23:07:42 +03:00
parent 8fe4cf7532
commit 2b600076e0
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ def speak(data, v):
muted_until = int(int(i.group(2)) * 60 + time.time())
muted[username] = muted_until
refresh_online()
self_only = True
if self_only or v.shadowbanned or execute_blackjack(v, None, text, "chat"):
emit('speak', data)