forked from MarseyWorld/MarseyWorld
master
parent
f687d0e1ee
commit
ea2bd29a47
|
@ -250,7 +250,7 @@ def award_thing(v, thing_type, id):
|
||||||
if author.marseyawarded:
|
if author.marseyawarded:
|
||||||
abort(409, "This user is under the effect of a conflicting award: Marsey award.")
|
abort(409, "This user is under the effect of a conflicting award: Marsey award.")
|
||||||
|
|
||||||
if author.agendaposter and author.agendaposter == 0:
|
if author.agendaposter == 1:
|
||||||
abort(409, "This user is perma-chudded.")
|
abort(409, "This user is perma-chudded.")
|
||||||
|
|
||||||
if author.agendaposter and time.time() < author.agendaposter: author.agendaposter += 86400
|
if author.agendaposter and time.time() < author.agendaposter: author.agendaposter += 86400
|
||||||
|
|
Loading…
Reference in New Issue