~emersion/soju

fa33ce986c15b080288d3bef279c268e4ad45ced — Simon Ser 13 days ago 9659de8
downstream: fix nick in auth error message

We were always printing "*" here.
1 files changed, 1 insertions(+), 1 deletions(-)

M downstream.go
M downstream.go => downstream.go +1 -1
@@ 689,7 689,7 @@ func (dc *downstreamConn) handleMessageUnregistered(ctx context.Context, msg *ir
		}

		if err != nil {
			dc.logger.Printf("SASL %v authentication error for nick %q: %v", credentials.mechanism, dc.nick, err)
			dc.logger.Printf("SASL %v authentication error for nick %q: %v", credentials.mechanism, dc.registration.nick, err)
			dc.endSASL(ctx, &irc.Message{
				Prefix:  dc.srv.prefix(),
				Command: irc.ERR_SASLFAIL,