3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-12-23 19:22:41 +01:00

Merge pull request #1791 from slingamn/hashmark

add # to disfavoredNameCharacters
This commit is contained in:
Shivaram Lingamneni 2021-09-09 21:34:54 -04:00 committed by GitHub
commit eff6dd242b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ const (
// #1436: we discovered that these characters are problematic, // #1436: we discovered that these characters are problematic,
// so we're disallowing them in new nicks/account names, but allowing // so we're disallowing them in new nicks/account names, but allowing
// previously registered names // previously registered names
disfavoredNameCharacters = `<>'";` disfavoredNameCharacters = `<>'";#`
) )
var ( var (