devrama back to JL3

pull/222/head
Aevann 2024-02-07 00:10:02 +02:00
parent 7dfbb1541e
commit e227600941
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@ from .userblock import *
from .usermute import *
if SITE == 'devrama.net':
DEFAULT_ADMIN_LEVEL = 2
DEFAULT_ADMIN_LEVEL = 3
DEFAULT_COINS = 100000000
DEFAULT_MARSEYBUX = 100000000
else:

View File

@ -848,6 +848,7 @@ elif SITE == 'devrama.net':
FEATURES['USERS_PERMANENT_WORD_FILTERS'] = True
PERMS["SITE_SETTINGS"] = 4
PERMS["ORGIES"] = 4
PERMS["CHANGE_UNDER_SIEGE"] = 4
else: # localhost or testing environment implied
FEATURES['PRONOUNS'] = True
FEATURES['USERS_PERMANENT_WORD_FILTERS'] = True