Merge pull request #17223 from AffectedArc07/idiot-proofing-2021-12-13

Adds a privacy warning for ban appeal screenshots
This commit is contained in:
Fox McCloud
2021-12-13 15:09:49 -05:00
committed by GitHub
+1
View File
@@ -598,6 +598,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)