Skip to content

Commit

Permalink
Update preferences.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
KathrinBailey committed Jun 13, 2024
1 parent ead6aaf commit 511d28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 511d28d

Please sign in to comment.