Explorar el Código

Merge pull request #1791 from slingamn/hashmark

add # to disfavoredNameCharacters
tags/v2.8.0-rc1
Shivaram Lingamneni hace 2 años
padre
commit
eff6dd242b
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      irc/strings.go

+ 1
- 1
irc/strings.go Ver fichero

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

Loading…
Cancelar
Guardar