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: