diff --git a/downstream.go b/downstream.go index 4c08fd1..9f018d3 100644 --- a/downstream.go +++ b/downstream.go @@ -215,7 +215,8 @@ func updateNetworkAttrs(record *Network, attrs irc.Tags, subcommand string) erro // '?' breaks masks // '$' breaks server masks in PRIVMSG/NOTICE // ',' breaks lists -const illegalNickChars = " :@!*?$," +// '.' is reserved for server names +const illegalNickChars = " :@!*?$,." // permanentDownstreamCaps is the list of always-supported downstream // capabilities.