numberten / zhenya_bot

irc bot and official Haskell feature creep
Other
5 stars 1 forks source link

Pongs are getting rate limited #35

Closed numberten closed 10 years ago

numberten commented 10 years ago

If there is a long queue of messages to be privmsged and the bot receives a ping it puts the pong at the end of its queue which leads to the server disconnecting it. Seen in fimad/ggircd#26.

Bot shouldn't rate limit ping responses.