forked from MarseyWorld/MarseyWorld
make mute command not self_only
parent
8fe4cf7532
commit
2b600076e0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue