From c82743a101289cff1479edf77bc359bb21fe4c1f Mon Sep 17 00:00:00 2001
From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
Date: Mon, 13 Dec 2021 11:50:47 +0000
Subject: [PATCH] Adds a privacy warning for ban appeal screenshots
---
code/modules/client/client_procs.dm | 1 +
1 file changed, 1 insertion(+)
diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm
index 5ae264bdd54..1ea64683c34 100644
--- a/code/modules/client/client_procs.dm
+++ b/code/modules/client/client_procs.dm
@@ -645,6 +645,7 @@
if(fromban)
url += "&fwd=appeal"
to_chat(src, {"Now opening a window to verify your information with the forums, so that you can appeal your ban. If the window does not load, please copy/paste this link: [url]"})
+ to_chat(src, "If you are screenshotting this screen for your ban appeal, please blur/draw over the token in the above link.")
else
to_chat(src, {"Now opening a window to verify your information with the forums. If the window does not load, please go to: [url]"})
src << link(url)