Просмотр исходного кода

Merge pull request #1791 from slingamn/hashmark

add # to disfavoredNameCharacters
tags/v2.8.0-rc1
Shivaram Lingamneni 2 лет назад
Родитель
Сommit
eff6dd242b
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      irc/strings.go

+ 1
- 1
irc/strings.go Просмотреть файл

35
 	// #1436: we discovered that these characters are problematic,
35
 	// #1436: we discovered that these characters are problematic,
36
 	// so we're disallowing them in new nicks/account names, but allowing
36
 	// so we're disallowing them in new nicks/account names, but allowing
37
 	// previously registered names
37
 	// previously registered names
38
-	disfavoredNameCharacters = `<>'";`
38
+	disfavoredNameCharacters = `<>'";#`
39
 )
39
 )
40
 
40
 
41
 var (
41
 var (

Загрузка…
Отмена
Сохранить