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)