From 28582f0b33dc1272a3e8a242c7ca3440cdf81dd0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 12 Sep 2021 03:07:18 +0200 Subject: [PATCH] fd --- files/classes/comment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/classes/comment.py b/files/classes/comment.py index 6a5a8208e..fba7d7066 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -255,6 +255,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing): g.db.add(self.comment_aux) def realbody(self, v): + if self.post and self.post.club and not (v and v.coins > 150): return "COUNTRY CLUB ONLY" body = self.comment_aux.body_html if not v or v.slurreplacer: