浏览代码

Merge pull request #1791 from slingamn/hashmark

add # to disfavoredNameCharacters
tags/v2.8.0-rc1
Shivaram Lingamneni 2 年前
父节点
当前提交
eff6dd242b
没有帐户链接到提交者的电子邮件
共有 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 (

正在加载...
取消
保存