forked from MarseyWorld/MarseyWorld
remove "anymore"
parent
e0d5fb6374
commit
9db8bdcd67
|
@ -808,7 +808,7 @@ def unchud(fullname, v):
|
||||||
user = get_account(fullname)
|
user = get_account(fullname)
|
||||||
|
|
||||||
if not user.chudded_by:
|
if not user.chudded_by:
|
||||||
abort(403, "Jannies can't undo chud awards anymore!")
|
abort(403, "Jannies can't undo chud awards!")
|
||||||
|
|
||||||
user.chud = 0
|
user.chud = 0
|
||||||
user.chud_phrase = None
|
user.chud_phrase = None
|
||||||
|
|
Loading…
Reference in New Issue