summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2014-10-16 14:55:53 +0200
committerYorhel <git@yorhel.nl>2014-10-16 14:55:53 +0200
commitbe93706e30414ce8c32d165844cb67895ef0c7d6 (patch)
tree63bda9912dc4bf5c5d0d1173d9c39103a319bde6 /data
parent73268c92ddbd791e8375cdfab6ccdd3fee01329e (diff)
Completely get rid of the old charedit perm flag
Diffstat (limited to 'data')
-rw-r--r--data/global.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/global.pl b/data/global.pl
index 0e3dad3f..48dfd487 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -34,8 +34,8 @@ our %S = (%S,
scr_size => [ 136, 102 ], # w*h of screenshot thumbnails
ch_size => [ 256, 300 ], # max. w*h of char images
cv_size => [ 256, 400 ], # max. w*h of cover images
- # bit flags (TODO: completely merge charedit into edit)
- permissions => {qw| board 1 boardmod 2 edit 4 charedit 4 tag 16 dbmod 32 tagmod 64 usermod 128 affiliate 256 |},
+ # bit flags (Flag 8 was used for charedit, currently free for re-use)
+ permissions => {qw| board 1 boardmod 2 edit 4 tag 16 dbmod 32 tagmod 64 usermod 128 affiliate 256 |},
languages => [qw|ar cs da de en es fi fr he hu id it ja ko nl no pl pt-br pt-pt ro ru sk sv tr uk vi zh|],
producer_types => [qw|co in ng|],
discussion_boards => [qw|an db ge v p u|], # <- note that some properties of these boards are hard-coded