diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index b56f6bb43ef..55a226d1944 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -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: [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)