diff --git a/downstream.go b/downstream.go index 8e54a45..b1ce893 100644 --- a/downstream.go +++ b/downstream.go @@ -163,7 +163,7 @@ func networkAddrFromAttrs(attrs irc.Tags) string { } if tlsStr := string(attrs["tls"]); tlsStr == "0" { - addr = "irc+insecure://" + tlsStr + addr = "irc+insecure://" + addr } return addr