Explorar el Código

add # to disfavoredNameCharacters

Partially fixes #1679, not sure whether to police the relaymsg config or not
tags/v2.8.0-rc1
Shivaram Lingamneni hace 2 años
padre
commit
b83479247e
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