mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix #2270
REGISTER should strip the guest format when applicable, same as NS REGISTER.
This commit is contained in:
parent
9a186f8e54
commit
16568c5ab7
3 changed files with 16 additions and 5 deletions
|
|
@ -522,7 +522,7 @@ accounts:
|
|||
# 1. these nicknames cannot be registered or reserved
|
||||
# 2. if a client is automatically renamed by the server,
|
||||
# this is the template that will be used (e.g., Guest-nccj6rgmt97cg)
|
||||
# 3. if enforce-guest-format (see below) is enabled, clients without
|
||||
# 3. if force-guest-format (see below) is enabled, clients without
|
||||
# a registered account will have this template applied to their
|
||||
# nicknames (e.g., 'katie' will become 'Guest-katie')
|
||||
guest-nickname-format: "Guest-*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue