소스 검색

Merge pull request #1791 from slingamn/hashmark

add # to disfavoredNameCharacters
tags/v2.8.0-rc1
Shivaram Lingamneni 2 년 전
부모
커밋
eff6dd242b
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      irc/strings.go

+ 1
- 1
irc/strings.go 파일 보기

@@ -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…
취소
저장