From c923dbe9a71a77db4f32c3b3e5153d24441c0ff6 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 24 Mar 2026 12:27:46 +0100 Subject: no double notice --- webAO/client/handleBans.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/webAO/client/handleBans.ts b/webAO/client/handleBans.ts index cf7f881..004b27e 100644 --- a/webAO/client/handleBans.ts +++ b/webAO/client/handleBans.ts @@ -11,5 +11,4 @@ export const handleBans = (type: string, reason: string) => { `${type}:
${safeTags(reason).replace(/\n/g, "
")}`; (document.getElementById("client_reconnect")).style.display = "none"; - alert(type + ":\r" + reason); }; -- cgit