Adds a privacy warning for ban appeal screenshots

This commit is contained in:
AffectedArc07
2021-12-13 11:50:47 +00:00
parent 9470fd0387
commit c82743a101
+1
View File
@@ -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: <a href="[url]">[url]</a>"})
to_chat(src, "<span class='boldannounce'>If you are screenshotting this screen for your ban appeal, please blur/draw over the token in the above link.</span>")
else
to_chat(src, {"Now opening a window to verify your information with the forums. If the window does not load, please go to: <a href="[url]">[url]</a>"})
src << link(url)