parent
9364de7040
commit
1747cbf8f0
@ -1,3 +1,9 @@ |
|||||||
BAD_REP = -1 |
BAD_REP = -1 |
||||||
NEUTRAL_REP = 0 |
NEUTRAL_REP = 0 |
||||||
GOOD_REP = 1 |
GOOD_REP = 1 |
||||||
|
|
||||||
|
PERM_LEVELS = { |
||||||
|
post: 0, # allows the user to post auctions |
||||||
|
rmpost: 1, # allows the user to remove other peoples auctions |
||||||
|
roleman: 2 # allows the user to manage other peoples roles |
||||||
|
} |
||||||
|
Loading…
Reference in new issue