Update client dependencies
This commit is contained in:
parent
f20ca4038e
commit
004e7890e5
9 changed files with 1733 additions and 1595 deletions
|
@ -64,7 +64,8 @@ export function isValidNick(nick, maxLength = 30) {
|
|||
char > 125
|
||||
) {
|
||||
return false;
|
||||
} else if ((i === 0 && char < 65) || char > 125) {
|
||||
}
|
||||
if ((i === 0 && char < 65) || char > 125) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue