mirror of
https://github.com/ergochat/ergo.git
synced 2024-12-23 11:12:44 +01:00
Merge pull request #1791 from slingamn/hashmark
add # to disfavoredNameCharacters
This commit is contained in:
commit
eff6dd242b
@ -35,7 +35,7 @@ const (
|
||||
// #1436: we discovered that these characters are problematic,
|
||||
// so we're disallowing them in new nicks/account names, but allowing
|
||||
// previously registered names
|
||||
disfavoredNameCharacters = `<>'";`
|
||||
disfavoredNameCharacters = `<>'";#`
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user