forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-15 16:22:38 +02:00
parent efa408ab2c
commit 5ea65b2d69
2 changed files with 2 additions and 2 deletions

View File

@ -840,7 +840,7 @@ def submit_post(v):
if "rama" in request.host: if "rama" in request.host:
if v.id == 995: if v.id == 995:
if random.random() < 0.02: body = "i love you carp" if random.random() < 0.02: body = "i love you carp"
else: body = "fuck off carp" else: body = "![](https://rdrama.net/assets/images/emojis/fuckoffcarp.webp)"
elif v.id == 3833: elif v.id == 3833:
if random.random() < 0.5: body = "wow, this lawlzpost sucks!" if random.random() < 0.5: body = "wow, this lawlzpost sucks!"
else: body = "wow, a good lawlzpost for once!" else: body = "wow, a good lawlzpost for once!"

View File

@ -1,4 +1,4 @@
<script src="/assets/js/emoji_modal.js?v=55"></script> <script src="/assets/js/emoji_modal.js?v=56"></script>
<style> <style>
a.emojitab { a.emojitab {