From 2b600076e0e1cbfd744ac81c6369f88f3699a0ca Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 8 Oct 2023 23:07:42 +0300 Subject: [PATCH] make mute command not self_only --- files/routes/chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/chat.py b/files/routes/chat.py index 88e158825..9c4a31a1d 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -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)