@norm @Erpel must be a lot of work to watch every new server and come up with a bullshit reason to block it? :thinking_cirno:
#!/bin/bash reasons=( "Violates community guidelines - excessive NSFW content" "Repeated spam or unwanted commercial content" "Persistent harassment or hostile behavior" "Multiple reports of disinformation/misleading content" ) echo ${reasons[$RANDOM % ${#reasons[@]}]}