add # to disfavoredNameCharacters

Partially fixes #1679, not sure whether to police the relaymsg config or not
This commit is contained in:
Shivaram Lingamneni 2021-09-09 21:04:47 -04:00
parent a367c20410
commit b83479247e

View file

@ -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 (