Sfoglia il codice sorgente

additionally disallow ; in nicknames

tags/v2.5.0-rc1
Shivaram Lingamneni 3 anni fa
parent
commit
8abbc1072b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      irc/strings.go

+ 1
- 1
irc/strings.go Vedi File

@@ -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…
Annulla
Salva