Increase maximum nickname length for convenience
This commit is contained in:
parent
3564207ae9
commit
171c6d6df3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
RENickname = regexp.MustCompile("^[a-zA-Z0-9-]{1,9}$")
|
RENickname = regexp.MustCompile("^[a-zA-Z0-9-]{1,24}$")
|
||||||
)
|
)
|
||||||
|
|
||||||
type Daemon struct {
|
type Daemon struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue