Support dashes in usernames
This commit is contained in:
parent
3ac9ec3ff6
commit
6c6552176a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from times import getTime, utc, format
|
|||
# Used to be:
|
||||
# {'A'..'Z', 'a'..'z', '0'..'9', '_', '\128'..'\255'}
|
||||
let
|
||||
UsernameIdent* = IdentChars # TODO: Double check that everyone follows this.
|
||||
UsernameIdent* = IdentChars + {'-'} # TODO: Double check that everyone follows this.
|
||||
|
||||
import frontend/[karaxutils, error]
|
||||
export parseInt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue