Skip to content

Commit 9a2c373

Browse files
committed
CHANGES:
- Profanity filter will block bad nicknames also now (if enabled)
1 parent 0a978e6 commit 9a2c373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas/servers_schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ mapping:
7070
greeting_message_unmatched: {type: str, nullable: false, range: {min: 1}}
7171
message_player_username: {type: str, nullable: false, range: {min: 1}}
7272
message_player_default_username: {type: str, nullable: false, range: {min: 1}}
73+
message_player_inappropriate_username: {type: str, nullable: false, range: {min: 1}}
7374
message_ban: {type: str, nullable: false, range: {min: 1}}
7475
message_reserved: {type: str, nullable: false, range: {min: 1}}
7576
message_no_voice: {type: str, nullable: false, range: {min: 1}}

0 commit comments

Comments
 (0)