ircx icon indicating copy to clipboard operation
ircx copied to clipboard

No messages after reconnect

Open kriben opened this issue 6 years ago • 0 comments

I am using ircx for https://github.com/kriben/untappdtoirc, and when a reconnect happens no more messages are reported. It is visible in the irc channel that the client reconnects.

I was trying to understand the underlying code, and this line looks strange to me: https://github.com/nickvanw/ircx/blob/49cff0c1f801176c4cdf774252a5803f25cdb815/bot.go#L144

Should ReadLoop really return here on a successful reconnect?

kriben avatar May 20 '19 15:05 kriben