diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index c4878efddb4d..f54633e943d9 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -4026,12 +4026,12 @@ GLOBAL_LIST_EMPTY(preferences_datums) return if(findtext(usr_input, "discordapp")) - to_chat(usr, span_admin("You cannot use Discord images, as they are auto-deleted regularly! Try Catbox.moe or Gyazo instead!")) + to_chat(usr, span_adminsay("You cannot use Discord images, as they are auto-deleted regularly! Try Catbox.moe or Gyazo instead!")) return // Discord will auto-delete images often, meaning users will see their headshot show up, think all is fine, but three days later their link will be broken. if(findtext(usr_input, "imgur")) - to_chat(usr, span_admin("You cannot use Imgur images, as they regularly delete NSFW images as well as many borderline SFW too! Try Catbox.moe or Gyazo instead!")) + to_chat(usr, span_adminsay("You cannot use Imgur images, as they regularly delete NSFW images as well as many borderline SFW too! Try Catbox.moe or Gyazo instead!")) return // Whilst Imgur does not ban SFW images, many SFW images that look questionable will be nuked.