remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 16:07:05 +02:00
parent e912bca1b4
commit da9c48080e
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,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 "<p>COUNTRY CLUB ONLY</p>"
if self.post and self.post.club and not (v and v.paid_dues): return "<p>COUNTRY CLUB ONLY</p>"
body = self.comment_aux.body_html
if not v or v.slurreplacer: