ircx
ircx copied to clipboard
No messages after reconnect
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?