mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Update config.php (#496)
This commit is contained in:
@@ -537,6 +537,7 @@
|
||||
// Minimum allowed letters in character name. Ex: 4 letters: "Kare".
|
||||
$config['minL'] = 3;
|
||||
// Maximum allowed letters in character name. Ex: 20 letters: "Bobkareolesofiesberg"
|
||||
// Pre QT clients (lower than version 11) support only 20 letters max, while newer clients support up to 25
|
||||
$config['maxL'] = 20;
|
||||
// Maximum allowed words in character name. Ex: 2 words = "Bob Kare", 3 words: "Bob Arne Kare" as maximum char name words.
|
||||
$config['maxW'] = 3;
|
||||
|
Reference in New Issue
Block a user