mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-06 21:21:55 -07:00
add # to disfavoredNameCharacters
Partially fixes #1679, not sure whether to police the relaymsg config or not
This commit is contained in:
+1
-1
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user