Skip to content

Commit 4db09f2

Browse files
authored
Change default max-nick-length to 16 (#6484)
Fixes #6028
1 parent 00b4a5b commit 4db09f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Essentials/src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ops-name-color: '4'
3434
nickname-prefix: '~'
3535

3636
# The maximum length allowed in nicknames. The nickname prefix is not included in this.
37-
max-nick-length: 15
37+
max-nick-length: 16
3838

3939
# The regex pattern used to determine if a requested nickname should be allowed for use.
4040
# If the requested nickname does not match this pattern, the nickname will be rejected.

0 commit comments

Comments
 (0)