Procházet zdrojové kódy

Merge pull request #1791 from slingamn/hashmark

add # to disfavoredNameCharacters
tags/v2.8.0-rc1
Shivaram Lingamneni před 2 roky
rodič
revize
eff6dd242b
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      irc/strings.go

+ 1
- 1
irc/strings.go Zobrazit soubor

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

Načítá se…
Zrušit
Uložit