forked from MarseyWorld/MarseyWorld
fds
parent
3541bd8654
commit
322e87db72
|
@ -344,7 +344,8 @@ def award_post(pid, v):
|
|||
send_notification(author.id, f"@AutoJanny has given you the following profile badge:\n\n![]({badge.path})\n\n{badge.name}")
|
||||
elif kind == "benefactor":
|
||||
author.patron = 1
|
||||
author.patron_utc += int(time.time()) + 2629746
|
||||
if author.patron_utc: author.patron_utc += 2629746
|
||||
else: author.patron_utc = int(time.time())
|
||||
author.procoins += 2500
|
||||
if author.discord_id: add_role(author, "1")
|
||||
if not v.has_badge(103):
|
||||
|
@ -575,7 +576,8 @@ def award_comment(cid, v):
|
|||
send_notification(author.id, f"@AutoJanny has given you the following profile badge:\n\n![]({badge.path})\n\n{badge.name}")
|
||||
elif kind == "benefactor":
|
||||
author.patron = 1
|
||||
author.patron_utc += int(time.time()) + 2629746
|
||||
if author.patron_utc: author.patron_utc += 2629746
|
||||
else: author.patron_utc = int(time.time())
|
||||
author.procoins += 2500
|
||||
if author.discord_id: add_role(author, "1")
|
||||
if not v.has_badge(103):
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
{% block desktopBanner %}
|
||||
|
||||
{% if v and v.id == AEVANN_ID %}
|
||||
<style>
|
||||
#frontpage .post-title a:not(.visited):visited {
|
||||
color: var(--black) !important;
|
||||
}
|
||||
</style>
|
||||
{% endif %}
|
||||
|
||||
{% if v and environ.get("FP") %}
|
||||
{% if not v.fp %}
|
||||
<script>
|
||||
|
@ -252,11 +260,4 @@
|
|||
</script>
|
||||
{% endif %}
|
||||
|
||||
{% if v and v.id == AEVANN_ID %}
|
||||
<style>
|
||||
#frontpage .post-title a:not(.visited):visited {
|
||||
color: var(--black) !important;
|
||||
}
|
||||
</style>
|
||||
{% endif %}
|
||||
{% endblock %}
|
|
@ -206,7 +206,7 @@
|
|||
</div>
|
||||
|
||||
<h5 class="card-title post-title text-left w-lg-95 mb-0 pb-0 pb-md-1">
|
||||
<a id="{{p.id}}-title" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} href="{{p.permalink}}" class="{% if voted and v.id == AEVANN_ID and p.author_id != PIZZASHILL_ID %}visited{% endif %} stretched-link {% if p.author.agendaposter %}agendaposter{% endif %}">
|
||||
<a id="{{p.id}}-title" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} href="{{p.permalink}}" class="{% if voted and v.id == AEVANN_ID %}visited{% endif %} stretched-link {% if p.author.agendaposter %}agendaposter{% endif %}">
|
||||
{% if p.club %}<span class="patron font-weight-bolder mr-1" style="background-color:red; font-size:12px; line-height:2;">{{CC}}</span>{% endif %}
|
||||
{% if p.flair %}<span class="patron font-weight-bolder mr-1" style="background-color:var(--primary); font-size:12px; line-height:2;">{{p.flair | safe}}</span>{% endif %}
|
||||
{{p.realtitle(v) | safe}}
|
||||
|
|
|
@ -2670,7 +2670,7 @@ Fun fact: no company has ever been able to produce an AI which can consistently
|
|||
|
||||
When someone finally finds the solution, they won't be make headlines, but they'll be happy knowing they solved the AI problem of the century. They'll tell normies that they just fiddle around with facial recognition algorithms all day, but to people in the know, he'll be known as "Tom, the absolute genius who spent 26 years teaching google images how to tell blacks apart from apes".
|
||||
{[para]}
|
||||
Fuck the retarded admins who make me say "trans lives matter" in all comments - they don't. Leviticus 20:13, they deserve to be sentenced to death
|
||||
Fuck the retarded admins who make me say "trans lives matter" in all comments - they don't.
|
||||
{[para]}
|
||||
Because when a moderation team makes a decision to permit one of their own to break rules, troll the users, make the sub look bad, and above all, attract a very destructive brand of user from a very chaotic sub, it speaks to a moderation team that no longer cares about the sub or the wishes of the users in it. Look at all those /r/drama assholes in this thread.
|
||||
|
||||
|
|
Loading…
Reference in New Issue