From b83479247edaeace524e43fdeaac1da84381a792 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 9 Sep 2021 21:04:47 -0400 Subject: [PATCH] add # to disfavoredNameCharacters Partially fixes #1679, not sure whether to police the relaymsg config or not --- irc/strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/strings.go b/irc/strings.go index d5aad947..b1be9499 100644 --- a/irc/strings.go +++ b/irc/strings.go @@ -35,7 +35,7 @@ const ( // #1436: we discovered that these characters are problematic, // so we're disallowing them in new nicks/account names, but allowing // previously registered names - disfavoredNameCharacters = `<>'";` + disfavoredNameCharacters = `<>'";#` ) var (